public interface ItemIndexer
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
indexingActionRequested(IndexingEvent e)
Indicates a request has been made for an indexing action to take place.
|
void |
setConfigDirectory(java.io.File configDir)
Indicates the directory where ItemIndexer config files reside.
|
void setConfigDirectory(java.io.File configDir) throws java.lang.Exception
configDir
- The directory where the config files residejava.lang.Exception
- Exception should be thrown if an error occursvoid indexingActionRequested(IndexingEvent e) throws java.lang.Exception
e
- The indexing event indicating the action that should take placejava.lang.Exception
- Exception should be thrown if an error occurs