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 ArtifactContextArtifactContextProducer. getArtifactContext(IndexingContext context, java.io.File file)ArtifactContextDefaultArtifactContextProducer. 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 voidDefaultIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)voidDefaultNexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto update artifact to the indexvoidIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Adds the passed in artifact contexts to passed in indexing context.voidNexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Deprecated.voidArtifactDiscoveryListener. artifactDiscovered(ArtifactContext ac)voidDefaultNexusIndexer. artifactDiscovered(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto add a new artifact to the indexvoidDefaultScannerListener. artifactDiscovered(ArtifactContext ac)voidNexusIndexer. artifactDiscovered(ArtifactContext ac, IndexingContext context)Deprecated.voidArtifactScanningListener. artifactError(ArtifactContext ac, java.lang.Exception e)voidDefaultScannerListener. artifactError(ArtifactContext ac, java.lang.Exception e)voidDefaultNexusIndexer. deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto remove artifact from the indexvoidNexusIndexer. deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)Deprecated.private org.apache.lucene.document.DocumentDefaultIndexerEngine. getOldDocument(IndexingContext context, ArtifactContext ac)voidDefaultIndexerEngine. index(IndexingContext context, ArtifactContext ac)voidIndexerEngine. index(IndexingContext context, ArtifactContext ac)Add new artifact to the indexvoidDefaultIndexerEngine. remove(IndexingContext context, ArtifactContext ac)voidIndexerEngine. remove(IndexingContext context, ArtifactContext ac)Remove artifact to the indexvoidDefaultIndexerEngine. update(IndexingContext context, ArtifactContext ac)voidIndexerEngine. update(IndexingContext context, ArtifactContext ac)Replace data for a previously indexed artifactprivate voidDefaultIndexerEngine. updateGroups(IndexingContext context, ArtifactContext ac)Method parameters in org.apache.maven.index with type arguments of type ArtifactContext Modifier and Type Method Description voidDefaultIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)voidDefaultNexusIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Adds the passed in artifact contexts to passed in indexing context.voidNexusIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidDefaultIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)voidDefaultNexusIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Removes the passed in artifacts contexts from passed in indexing context.voidNexusIndexer. 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 voidIndexCreator. populateArtifactInfo(ArtifactContext artifactContext)Populate anArtifactContextwith 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 voidJarFileContentsIndexCreator. populateArtifactInfo(ArtifactContext artifactContext)voidMavenArchetypeArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)voidMavenPluginArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)voidMinimalArtifactInfoIndexCreator. populateArtifactInfo(ArtifactContext ac)voidOsgiArtifactIndexCreator. populateArtifactInfo(ArtifactContext artifactContext)
-