Uses of Class
org.crosswire.jsword.book.install.InstallException

Packages that use InstallException
org.crosswire.jsword.book.install An abstraction of an installer. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Books (Modules). 
org.crosswire.jsword.util This package contains general Project specific utilities. 
 

Uses of InstallException in org.crosswire.jsword.book.install
 

Methods in org.crosswire.jsword.book.install that throw InstallException
 void Installer.downloadSearchIndex(Book book, URL tempDest)
          Download a search index for the given Book.
 void Installer.install(Book book)
          Download and install a book locally.
 void Installer.reloadBookList()
          Refetch a list of names from the remote source.
 

Uses of InstallException in org.crosswire.jsword.book.install.sword
 

Methods in org.crosswire.jsword.book.install.sword that throw InstallException
protected abstract  void AbstractSwordInstaller.download(Job job, String dir, String file, URL dest)
          Utility to download a file from a remote site
protected  void HttpSwordInstaller.download(Job job, String dir, String file, URL dest)
           
 void AbstractSwordInstaller.downloadSearchIndex(Book book, URL localDest)
           
protected  URL AbstractSwordInstaller.getCachedIndexFile()
          The URL for the cached index file for this installer
private  void AbstractSwordInstaller.loadCachedIndex()
          Load the cached index file into memory
 void AbstractSwordInstaller.reloadBookList()
           
 

Uses of InstallException in org.crosswire.jsword.util
 

Methods in org.crosswire.jsword.util that throw InstallException
static void IndexDownloader.downloadIndex(Book book, Installer installer)
          Download and install a search index
 


Copyright ยจ 2003-2005