See: Description
| Interface | Description |
|---|---|
| Backend<T extends OpenFileState> |
Uniform representation of all Backends.
|
| ConfigValueInterceptor |
Intercepts values from the configuration before these are widely distributed to the rest of the application.
|
| StatefulFileBackedBackend<T extends OpenFileState> |
Indicates that there is a stateful backend
|
| Class | Description |
|---|---|
| AbstractBackend<T extends OpenFileState> |
A generic way to read data from disk for later formatting.
|
| AbstractKeyBackend<T extends OpenFileState> |
A Backend that can be used as a global key list.
|
| ConfigEntryTable |
A utility class for loading the entries in a Sword book's conf file.
|
| DataEntry |
Data entry represents an entry in a Data file.
|
| DataIndex |
Data files are indexed by offset and size.
|
| GenBookBackend |
Backend for General Books.
|
| NullBackend |
A NullBackend is not attached to resources.
|
| RawBackend<T extends RawBackendState> |
Both Books and Commentaries seem to use the same format so this class
abstracts out the similarities.
|
| RawFileBackend |
A Raw File format that allows for each verse to have it's own storage.
|
| RawLDBackend<T extends RawLDBackendState> |
An implementation AbstractKeyBackend to read RAW format files.
|
| SwordBook |
SwordBook is a base class for all verse based Sword type books.
|
| SwordBookDriver |
This represents all of the Sword Books (aka modules).
|
| SwordBookMetaData |
A utility class for loading and representing Sword book configs.
|
| SwordBookMetaData.KeyFilter |
KeyFilter returns true for keys that should always be present.
|
| SwordBookPath |
This represents all of the Sword Books (aka modules).
|
| SwordBookPath.CustomFilenameFilter |
Check that the directories in the version directory really represent
versions.
|
| SwordConstants |
A Constants to help the SwordBookDriver to read Sword format data.
|
| SwordDailyDevotion |
A book that has a preferred key of today's date.
|
| SwordDictionary |
A Sword version of Dictionary.
|
| SwordGenBook |
A Sword version of a generic book.
|
| SwordUtil |
Various utilities used by different Sword classes.
|
| TreeKeyIndex |
TreeKeyIndex reads Sword index files that are path based.
|
| TreeNode |
A node that knows where the data is in the real file and where it is in
relationship to other nodes.
|
| ZLDBackend |
An extension of RawLDBackend to read Z format files.
|
| ZVerseBackend |
A backend to read compressed data verse based files.
|
| Enum | Description |
|---|---|
| BlockType |
Block types indicates the grain of compression.
|
| BookType |
Data about book types.
|
| ConfigEntryType |
Enumeration of SWORD config file keys and their characteristics.
|