Package org.apache.maven.index
Class DefaultIndexerEngine
java.lang.Object
org.apache.maven.index.DefaultIndexerEngine
- All Implemented Interfaces:
- IndexerEngine
A default 
IndexerEngine implementation.- Author:
- Tamas Cservenak
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidindex(IndexingContext context, ArtifactContext ac) Add new artifact to the indexvoidremove(IndexingContext context, ArtifactContext ac) Remove artifact to the indexvoidupdate(IndexingContext context, ArtifactContext ac) Replace data for a previously indexed artifact
- 
Constructor Details- 
DefaultIndexerEnginepublic DefaultIndexerEngine()
 
- 
- 
Method Details- 
indexDescription copied from interface:IndexerEngineAdd new artifact to the index- Specified by:
- indexin interface- IndexerEngine
- Throws:
- IOException
 
- 
updateDescription copied from interface:IndexerEngineReplace data for a previously indexed artifact- Specified by:
- updatein interface- IndexerEngine
- Throws:
- IOException
 
- 
removeDescription copied from interface:IndexerEngineRemove artifact to the index- Specified by:
- removein interface- IndexerEngine
- Throws:
- IOException
 
 
-