Package | Description |
---|---|
org.crosswire.common.util |
A collection of various generic utility classes.
|
org.crosswire.jsword.book.sword |
An implementation of the Book interfaces that reads from SWORD project
books (modules).
|
Modifier and Type | Field and Description |
---|---|
private Map<String,IniSection> |
Ini.sectionMap
A map of sections by section names.
|
Modifier and Type | Method and Description |
---|---|
private IniSection |
Ini.doGetSection(String sectionName) |
private IniSection |
Ini.getOrCreateSection(String sectionName)
Get a section, creating it if necessary.
|
IniSection |
Ini.getSection()
Get the first section.
|
Constructor and Description |
---|
IniSection(IniSection config)
Copy constructor
|
Modifier and Type | Field and Description |
---|---|
private IniSection |
SwordBookMetaData.configAll
The configAll IniSection holds the merged view of the SWORD config,
configJSword, and configFrontend.
|
private IniSection |
SwordBookMetaData.configFrontend
configFrontend contains the configuration for the current front-end.
|
private IniSection |
SwordBookMetaData.configJSword
configJSword holds shared configuration for all front-ends.
|
Modifier and Type | Method and Description |
---|---|
private IniSection |
SwordBookMetaData.addConfig(MetaDataLocator locator) |
Modifier and Type | Method and Description |
---|---|
private static void |
SwordBookMetaData.adjustHistory(IniSection config) |
private void |
SwordBookMetaData.mergeConfig(IniSection config) |
static void |
SwordBookMetaData.normalize(Writer out,
IniSection config,
String[] order) |
static void |
SwordBookMetaData.report(IniSection config) |