| Package | Description |
|---|---|
| org.crosswire.jsword.book.basic |
The Basic package contains default and abstract implementations of the main
Book classes.
|
| org.crosswire.jsword.passage |
The core responsibility of the passage package is to store and collate
information about the structure of the Bible - The most important classes are
Passage, PassageTally and Strongs. |
| Modifier and Type | Field and Description |
|---|---|
private PassageKeyFactory |
AbstractPassageBook.keyf
Our key manager
|
| Modifier and Type | Field and Description |
|---|---|
private static PassageKeyFactory |
PassageKeyFactory.keyf
How we create Passages
|
| Modifier and Type | Method and Description |
|---|---|
static PassageKeyFactory |
PassageKeyFactory.instance()
This PassageKeyFactory is accessed through this instance.
|