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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(IndexingContext context, ArtifactContext ac) Add new artifact to the indexvoid
remove
(IndexingContext context, ArtifactContext ac) Remove artifact to the indexvoid
update
(IndexingContext context, ArtifactContext ac) Replace data for a previously indexed artifact
-
Constructor Details
-
DefaultIndexerEngine
public DefaultIndexerEngine()
-
-
Method Details
-
index
Description copied from interface:IndexerEngine
Add new artifact to the index- Specified by:
index
in interfaceIndexerEngine
- Throws:
IOException
-
update
Description copied from interface:IndexerEngine
Replace data for a previously indexed artifact- Specified by:
update
in interfaceIndexerEngine
- Throws:
IOException
-
remove
Description copied from interface:IndexerEngine
Remove artifact to the index- Specified by:
remove
in interfaceIndexerEngine
- Throws:
IOException
-