org.crosswire.bibledesktop.book.install
Class IndexResolver

java.lang.Object
  extended by 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
 
Method Summary
static void scheduleIndex(Book book, Component parent)
           
private static Installer selectInstaller(Component parent)
          Pick an installer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.slf4j.Logger log
The log stream

Constructor Detail

IndexResolver

private IndexResolver()
Prevent instantiation

Method Detail

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.

Copyright ? 2003-2011