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

Packages that use AbstractBackend
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

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

Subclasses of AbstractBackend in org.crosswire.jsword.book.sword
 class AbstractKeyBackend<T extends OpenFileState>
          A Backend that can be used as a global key list.
 class GenBookBackend
          Backend for General Books.
 class RawBackend<T extends RawBackendState>
          Both Books and Commentaries seem to use the same format so this class abstracts out the similarities.
 class RawFileBackend
          A Raw File format that allows for each verse to have it's own storage.
 class RawLDBackend<T extends RawLDBackendState>
          An implementation AbstractKeyBackend to read RAW format files.
 class ZLDBackend
          An extension of RawLDBackend to read Z format files.
 class ZVerseBackend
          A backend to read compressed data verse based files.
 

Fields in org.crosswire.jsword.book.sword declared as AbstractBackend
private  AbstractBackend SwordGenBook.backend
          To read the data from the disk
private  AbstractBackend SwordBook.backend
          To read the data from the disk
 

Methods in org.crosswire.jsword.book.sword that return AbstractBackend
protected abstract  AbstractBackend BookType.getBackend(SwordBookMetaData sbmd)
          Create a the appropriate backend for this type of book
 

Methods in org.crosswire.jsword.book.sword with parameters of type AbstractBackend
protected abstract  Book BookType.getBook(SwordBookMetaData sbmd, AbstractBackend backend)
          Create a Book with the given backend
 

Constructors in org.crosswire.jsword.book.sword with parameters of type AbstractBackend
SwordBook(SwordBookMetaData sbmd, AbstractBackend<?> backend)
          Simple ctor
SwordDailyDevotion(SwordBookMetaData sbmd, AbstractBackend backend)
          Simple ctor
SwordDictionary(SwordBookMetaData sbmd, AbstractBackend backend)
          Start and to as much checking as we can without using memory.
SwordGenBook(SwordBookMetaData sbmd, AbstractBackend backend)
          Start and to as much checking as we can without using memory.
 


Copyright ? 2003-2011