|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexManager
Manages the life-cycle of an Index.
for license details.
The copyright to this program is held by it's authors.| Method Summary | |
|---|---|
void |
deleteIndex(Book book)
Tidy up after yourself and remove all the files that make up any indexes you created. |
Index |
getIndex(Book book)
Create a new Searcher. |
void |
installDownloadedIndex(Book book,
URI tempDest)
We have downloaded a search index to a zip file. |
boolean |
isIndexed(Book book)
Detects if index data has been stored for this Bible already |
void |
scheduleIndexCreation(Book book)
Read from the given source version to generate ourselves. |
| Method Detail |
|---|
boolean isIndexed(Book book)
Index getIndex(Book book)
throws BookException
BookExceptionvoid scheduleIndexCreation(Book book)
void installDownloadedIndex(Book book,
URI tempDest)
throws BookException
book - The book that we downloaded an index fortempDest - The URI of a zip file to install
BookException
void deleteIndex(Book book)
throws BookException
BookException
|
Copyright ยจ 2003-2007 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||