| Package | Description | 
|---|---|
| org.apache.archiva.indexer | |
| org.apache.archiva.indexer.maven | |
| org.apache.archiva.repository | |
| org.apache.archiva.repository.base | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ArchivaIndexManager. addArtifactsToIndex(ArchivaIndexingContext context,
                   Collection<URI> artifactReference)Adds a list of artifacts to the index. | 
| void | ArchivaIndexManager. pack(ArchivaIndexingContext context)Compresses the index to a more dense packed format. | 
| void | ArchivaIndexManager. removeArtifactsFromIndex(ArchivaIndexingContext context,
                        Collection<URI> artifactReference)Removes a list of artifacts from the index. | 
| ArchivaIndexingContext | ArchivaIndexManager. reset(ArchivaIndexingContext context)Reinitializes the index. | 
| void | ArchivaIndexManager. scan(ArchivaIndexingContext context)Rescans the whole repository, this index is associated to. | 
| void | ArchivaIndexManager. update(ArchivaIndexingContext context,
      boolean fullUpdate)Updates the index from the remote url. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MavenIndexManager. addArtifactsToIndex(ArchivaIndexingContext context,
                   Collection<URI> artifactReference) | 
| void | MavenIndexManager. pack(ArchivaIndexingContext context) | 
| void | MavenIndexManager. removeArtifactsFromIndex(ArchivaIndexingContext context,
                        Collection<URI> artifactReference) | 
| ArchivaIndexingContext | MavenIndexManager. reset(ArchivaIndexingContext context) | 
| void | MavenIndexManager. scan(ArchivaIndexingContext context) | 
| void | MavenIndexManager. update(ArchivaIndexingContext context,
      boolean fullUpdate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RepositoryRegistry. resetIndexingContext(Repository repository) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ArchivaRepositoryRegistry. resetIndexingContext(Repository repository)Resets the indexing context of a given repository. | 
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.