org.crosswire.bibledesktop.book.install
Class IndexResolver
java.lang.Object
org.crosswire.bibledesktop.book.install.IndexResolver
public final class IndexResolver
- extends Object
A class to prompt the user to download or create a search index and to do
carry out the users wishes.
- Author:
- Joe Walker [joe at eireneh dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Field Summary |
private static Logger |
log
The log stream |
Constructor Summary |
private |
IndexResolver()
Prevent instansiation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final Logger log
- The log stream
IndexResolver
private IndexResolver()
- Prevent instansiation
scheduleIndex
public static void scheduleIndex(Book book,
Component parent)
- Parameters:
parent
-
selectInstaller
private static Installer selectInstaller(Component parent)
- Pick an installer
- Parameters:
parent
- A component to tie dialogs to
- Returns:
- The chosen installer or null if the user cancelled.