Uses of Class
org.crosswire.jsword.book.sword.MissingDataFilesException

Packages that use MissingDataFilesException
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of MissingDataFilesException in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book that throw MissingDataFilesException
 void BookMetaData.setLibrary(URI library)
          Set the base URI for library of this module.
 

Uses of MissingDataFilesException in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic that throw MissingDataFilesException
 void AbstractBookMetaData.setLibrary(URI library)
           
 

Uses of MissingDataFilesException in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword that throw MissingDataFilesException
 void SwordBookMetaData.setLibrary(URI library)
           
 

Constructors in org.crosswire.jsword.book.sword that throw MissingDataFilesException
SwordBookMetaData(File file, String internal, URI bookRootPath)
          Loads a sword config from a given File.
 


Copyright ? 2003-2011