| Package | Description |
|---|---|
| org.crosswire.common.config |
Config allows an application to separate the responsibilities of setting
itself up, and providing a user interface from the real work that it needs
to do.
|
| org.crosswire.common.util |
A collection of various generic utility classes.
|
| org.crosswire.jsword.book |
The Book package provides an interface to a real store of data.
|
| org.crosswire.jsword.book.install |
An abstraction of an installer.
|
| org.crosswire.jsword.book.install.sword |
An implementation of an installer that can handle SWORD Books (Modules).
|
| 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 | Class and Description |
|---|---|
class |
ConfigException
Something went wrong while setting config options.
|
class |
StartupException
Something in the startup config files failed to start properly.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Reporter.informUser(Object source,
LucidException prob)
Something has gone wrong.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebResource.copy(URI dest)
Copy this WebResource to the destination.
|
void |
WebResource.copy(URI dest,
Progress meter)
Copy this WebResource to the destination and report progress.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BookException
Something went wrong with a Book.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstallException
Something went wrong with a Book.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
HttpSwordInstaller.copy(Progress job,
URI uri,
URI dest) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSuchKeyException
When something tries to use a key that we don't understand.
|
class |
NoSuchVerseException
When something tries to use a verse that we don't understand.
|