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 Summary
Constructors - 
Method Summary
Modifier 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
- 
DefaultIndexerEngine
public DefaultIndexerEngine() 
 - 
 - 
Method Details
- 
index
Description copied from interface:IndexerEngineAdd new artifact to the index- Specified by:
 indexin interfaceIndexerEngine- Throws:
 IOException
 - 
update
Description copied from interface:IndexerEngineReplace data for a previously indexed artifact- Specified by:
 updatein interfaceIndexerEngine- Throws:
 IOException
 - 
remove
Description copied from interface:IndexerEngineRemove artifact to the index- Specified by:
 removein interfaceIndexerEngine- Throws:
 IOException
 
 -