Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.context | |
org.apache.maven.index.creator |
Modifier and Type | Method and Description |
---|---|
ArtifactContext |
ArtifactContextProducer.getArtifactContext(IndexingContext context,
java.io.File file) |
ArtifactContext |
DefaultArtifactContextProducer.getArtifactContext(IndexingContext context,
java.io.File file)
Get ArtifactContext for given pom or artifact (jar, war, etc).
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNexusIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to update artifact to the index |
void |
Indexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Adds the passed in artifact contexts to passed in indexing context.
|
void |
DefaultIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context) |
void |
NexusIndexer.addArtifactToIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
void |
DefaultScannerListener.artifactDiscovered(ArtifactContext ac) |
void |
ArtifactDiscoveryListener.artifactDiscovered(ArtifactContext ac) |
void |
DefaultNexusIndexer.artifactDiscovered(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to add a new artifact to the index |
void |
NexusIndexer.artifactDiscovered(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
void |
ArtifactScanningListener.artifactError(ArtifactContext ac,
java.lang.Exception e) |
void |
DefaultScannerListener.artifactError(ArtifactContext ac,
java.lang.Exception e) |
void |
DefaultNexusIndexer.deleteArtifactFromIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
Delegates to the
IndexerEngine to remove artifact from the index |
void |
NexusIndexer.deleteArtifactFromIndex(ArtifactContext ac,
IndexingContext context)
Deprecated.
|
private org.apache.lucene.document.Document |
DefaultIndexerEngine.getOldDocument(IndexingContext context,
ArtifactContext ac) |
void |
IndexerEngine.index(IndexingContext context,
ArtifactContext ac)
Add new artifact to the index
|
void |
DefaultIndexerEngine.index(IndexingContext context,
ArtifactContext ac) |
void |
IndexerEngine.remove(IndexingContext context,
ArtifactContext ac)
Remove artifact to the index
|
void |
DefaultIndexerEngine.remove(IndexingContext context,
ArtifactContext ac) |
void |
IndexerEngine.update(IndexingContext context,
ArtifactContext ac)
Replace data for a previously indexed artifact
|
void |
DefaultIndexerEngine.update(IndexingContext context,
ArtifactContext ac) |
private void |
DefaultIndexerEngine.updateGroups(IndexingContext context,
ArtifactContext ac) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNexusIndexer.addArtifactsToIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
Indexer.addArtifactsToIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Adds the passed in artifact contexts to passed in indexing context.
|
void |
DefaultIndexer.addArtifactsToIndex(java.util.Collection<ArtifactContext> ac,
IndexingContext context) |
void |
NexusIndexer.addArtifactsToIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
DefaultNexusIndexer.deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
void |
Indexer.deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Removes the passed in artifacts contexts from passed in indexing context.
|
void |
DefaultIndexer.deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> ac,
IndexingContext context) |
void |
NexusIndexer.deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs,
IndexingContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexCreator.populateArtifactInfo(ArtifactContext artifactContext)
Populate an
ArtifactContext with information about corresponding artifact. |
Modifier and Type | Method and Description |
---|---|
void |
MavenArchetypeArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
MavenPluginArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
MinimalArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac) |
void |
JarFileContentsIndexCreator.populateArtifactInfo(ArtifactContext artifactContext) |
void |
OsgiArtifactIndexCreator.populateArtifactInfo(ArtifactContext artifactContext) |