|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IndexManager
Index Manager Class allow to register and access to a specific index
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
void |
addIndex(Index index)
add a index in the indexmanager |
void |
addIndexes(org.apache.excalibur.source.Source confSource)
Adds indexes from the given configuration file to the index manager. |
boolean |
contains(java.lang.String id)
Check if the index exist |
Index[] |
getIndex()
Return all indexes |
Index |
getIndex(java.lang.String id)
Return the index with the id |
void |
remove(java.lang.String id)
remove a index |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
Index[] getIndex()
throws IndexException
IndexException
Index getIndex(java.lang.String id)
throws IndexException
id - the index ID
IndexExceptionvoid addIndex(Index index)
index - void remove(java.lang.String id)
id - ID de l'indexboolean contains(java.lang.String id)
id - ID de l'index
void addIndexes(org.apache.excalibur.source.Source confSource)
throws org.apache.avalon.framework.configuration.ConfigurationException
confSource -
org.apache.avalon.framework.configuration.ConfigurationException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||