| Package | Description |
|---|---|
| org.crosswire.jsword.book.sword |
An implementation of the Book interfaces that reads from SWORD project
books (modules).
|
| org.crosswire.jsword.book.sword.state |
File management of SWORD Books.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawBackend<T extends RawBackendState>
Both Books and Commentaries seem to use the same format so this class
abstracts out the similarities.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RawFileBackend.getEntry(RawBackendState state,
String name,
Testament testament,
long index) |
protected String |
RawBackend.getEntry(RawBackendState state,
String name,
Testament testament,
long index)
Get the text for an indexed entry in the book.
|
String |
RawBackend.getRawText(RawBackendState state,
Key key) |
String |
RawBackend.readRawContent(RawBackendState state,
Key key) |
void |
RawBackend.setAliasKey(RawBackendState state,
Key alias,
Key source) |
void |
RawBackend.setRawText(RawBackendState state,
Key key,
String text) |
| Modifier and Type | Class and Description |
|---|---|
class |
RawFileBackendState
Stores the random access files required for processing the passage request
The caller is required to close to correctly free resources and avoid File
pointer leaks
|
| Modifier and Type | Method and Description |
|---|---|
RawBackendState |
OpenFileStateManager.getRawBackendState(BookMetaData metadata) |