Uses of Class
org.apache.maven.index.ArtifactContext
-
Packages that use ArtifactContext Package Description org.apache.maven.index org.apache.maven.index.context org.apache.maven.index.creator -
-
Uses of ArtifactContext in org.apache.maven.index
Methods in org.apache.maven.index that return ArtifactContext Modifier and Type Method 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).Methods in org.apache.maven.index with parameters of type ArtifactContext Modifier and Type Method Description void
DefaultIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)
void
DefaultNexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)
Deprecated.Delegates to theIndexerEngine
to update artifact to the indexvoid
Indexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)
Adds the passed in artifact contexts to passed in indexing context.void
NexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)
Deprecated.void
ArtifactDiscoveryListener. artifactDiscovered(ArtifactContext ac)
void
DefaultNexusIndexer. artifactDiscovered(ArtifactContext ac, IndexingContext context)
Deprecated.Delegates to theIndexerEngine
to add a new artifact to the indexvoid
DefaultScannerListener. artifactDiscovered(ArtifactContext ac)
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 theIndexerEngine
to remove artifact from the indexvoid
NexusIndexer. deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)
Deprecated.private org.apache.lucene.document.Document
DefaultIndexerEngine. getOldDocument(IndexingContext context, ArtifactContext ac)
void
DefaultIndexerEngine. index(IndexingContext context, ArtifactContext ac)
void
IndexerEngine. index(IndexingContext context, ArtifactContext ac)
Add new artifact to the indexvoid
DefaultIndexerEngine. remove(IndexingContext context, ArtifactContext ac)
void
IndexerEngine. remove(IndexingContext context, ArtifactContext ac)
Remove artifact to the indexvoid
DefaultIndexerEngine. update(IndexingContext context, ArtifactContext ac)
void
IndexerEngine. update(IndexingContext context, ArtifactContext ac)
Replace data for a previously indexed artifactprivate void
DefaultIndexerEngine. updateGroups(IndexingContext context, ArtifactContext ac)
Method parameters in org.apache.maven.index with type arguments of type ArtifactContext Modifier and Type Method Description void
DefaultIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)
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
NexusIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)
Deprecated.void
DefaultIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)
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
NexusIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)
Deprecated. -
Uses of ArtifactContext in org.apache.maven.index.context
Methods in org.apache.maven.index.context with parameters of type ArtifactContext Modifier and Type Method Description void
IndexCreator. populateArtifactInfo(ArtifactContext artifactContext)
Populate anArtifactContext
with information about corresponding artifact. -
Uses of ArtifactContext in org.apache.maven.index.creator
Methods in org.apache.maven.index.creator with parameters of type ArtifactContext Modifier and Type Method Description void
JarFileContentsIndexCreator. populateArtifactInfo(ArtifactContext artifactContext)
void
MavenArchetypeArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)
void
MavenPluginArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)
void
MinimalArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)
void
OsgiArtifactIndexCreator. populateArtifactInfo(ArtifactContext artifactContext)
-