Uses of Class
org.apache.maven.index.ArtifactContext

Packages that use ArtifactContext
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
 ArtifactContext DefaultArtifactContextProducer.getArtifactContext(IndexingContext context, File file)
          Get ArtifactContext for given pom or artifact (jar, war, etc).
 ArtifactContext ArtifactContextProducer.getArtifactContext(IndexingContext context, File file)
           
 

Methods in org.apache.maven.index with parameters of type ArtifactContext
 void NexusIndexer.addArtifactToIndex(ArtifactContext ac, IndexingContext context)
           
 void DefaultNexusIndexer.addArtifactToIndex(ArtifactContext ac, IndexingContext context)
          Delegates to the IndexerEngine to update artifact to the index
 void ArtifactDiscoveryListener.artifactDiscovered(ArtifactContext ac)
           
 void NexusIndexer.artifactDiscovered(ArtifactContext ac, IndexingContext context)
           
 void DefaultNexusIndexer.artifactDiscovered(ArtifactContext ac, IndexingContext context)
          Delegates to the IndexerEngine to add a new artifact to the index
 void ArtifactScanningListener.artifactError(ArtifactContext ac, Exception e)
           
 void NexusIndexer.deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)
           
 void DefaultNexusIndexer.deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)
          Delegates to the IndexerEngine to remove artifact from the index
 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)
           
 

Method parameters in org.apache.maven.index with type arguments of type ArtifactContext
 void NexusIndexer.addArtifactsToIndex(Collection<ArtifactContext> acs, IndexingContext context)
           
 void DefaultNexusIndexer.addArtifactsToIndex(Collection<ArtifactContext> ac, IndexingContext context)
           
 void NexusIndexer.deleteArtifactsFromIndex(Collection<ArtifactContext> acs, IndexingContext context)
           
 void DefaultNexusIndexer.deleteArtifactsFromIndex(Collection<ArtifactContext> ac, IndexingContext context)
           
 

Uses of ArtifactContext in org.apache.maven.index.context
 

Methods in org.apache.maven.index.context with parameters of type ArtifactContext
 void IndexCreator.populateArtifactInfo(ArtifactContext artifactContext)
          Populate an ArtifactContext 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
 void OsgiArtifactIndexCreator.populateArtifactInfo(ArtifactContext artifactContext)
           
 void MinimalArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac)
           
 void MavenPluginArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac)
           
 void MavenArchetypeArtifactInfoIndexCreator.populateArtifactInfo(ArtifactContext ac)
           
 void JarFileContentsIndexCreator.populateArtifactInfo(ArtifactContext artifactContext)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.