| Package | Description |
|---|---|
| org.crosswire.jsword.book.sword |
An implementation of the Book interfaces that reads from SWORD project
books (modules).
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigEntryType |
ConfigEntryType.fromString(String name)
Lookup method to convert from a String
|
static ConfigEntryType |
ConfigEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEntryType[] |
ConfigEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ConfigValueInterceptor.intercept(String bookName,
ConfigEntryType configEntryType,
Object value)
Intercepts a value before distribution to the rest of the JSword library
|