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 org.slf4j.Logger |
log
The log stream |
Constructor Summary |
private |
IndexResolver()
Prevent instantiation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.slf4j.Logger log
- The log stream
IndexResolver
private IndexResolver()
- Prevent instantiation
scheduleIndex
public static void scheduleIndex(org.crosswire.jsword.book.Book book,
Component parent)
- Parameters:
parent
-
selectInstaller
private static org.crosswire.jsword.book.install.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.