Uses of Class
org.apache.maven.index.ArtifactContext
Package
Description
-
Uses of ArtifactContext in org.apache.maven.index
Modifier and TypeMethodDescriptionArtifactContextProducer.getArtifactContext
(IndexingContext context, File file) DefaultArtifactContextProducer.getArtifactContext
(IndexingContext context, File file) Get ArtifactContext for given pom or artifact (jar, war, etc).Modifier and TypeMethodDescriptionvoid
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, Exception e) void
DefaultScannerListener.artifactError
(ArtifactContext ac, 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.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 artifactModifier and TypeMethodDescriptionvoid
DefaultIndexer.addArtifactsToIndex
(Collection<ArtifactContext> ac, IndexingContext context) void
DefaultNexusIndexer.addArtifactsToIndex
(Collection<ArtifactContext> acs, IndexingContext context) Deprecated.void
Indexer.addArtifactsToIndex
(Collection<ArtifactContext> acs, IndexingContext context) Adds the passed in artifact contexts to passed in indexing context.void
NexusIndexer.addArtifactsToIndex
(Collection<ArtifactContext> acs, IndexingContext context) Deprecated.void
DefaultIndexer.deleteArtifactsFromIndex
(Collection<ArtifactContext> ac, IndexingContext context) void
DefaultNexusIndexer.deleteArtifactsFromIndex
(Collection<ArtifactContext> acs, IndexingContext context) Deprecated.void
Indexer.deleteArtifactsFromIndex
(Collection<ArtifactContext> acs, IndexingContext context) Removes the passed in artifacts contexts from passed in indexing context.void
NexusIndexer.deleteArtifactsFromIndex
(Collection<ArtifactContext> acs, IndexingContext context) Deprecated. -
Uses of ArtifactContext in org.apache.maven.index.context
Modifier and TypeMethodDescriptionvoid
IndexCreator.populateArtifactInfo
(ArtifactContext artifactContext) Populate anArtifactContext
with information about corresponding artifact. -
Uses of ArtifactContext in org.apache.maven.index.creator
Modifier and TypeMethodDescriptionvoid
JarFileContentsIndexCreator.populateArtifactInfo
(ArtifactContext artifactContext) void
MavenArchetypeArtifactInfoIndexCreator.populateArtifactInfo
(ArtifactContext ac) void
MavenPluginArtifactInfoIndexCreator.populateArtifactInfo
(ArtifactContext ac) void
MinimalArtifactInfoIndexCreator.populateArtifactInfo
(ArtifactContext ac) void
OsgiArtifactIndexCreator.populateArtifactInfo
(ArtifactContext artifactContext)