|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IniSection | |
|---|---|
| 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). |
| Uses of IniSection in org.crosswire.common.util |
|---|
| Fields in org.crosswire.common.util with type parameters of type IniSection | |
|---|---|
private Map<String,IniSection> |
Ini.sectionMap
A map of sections by section names. |
| Methods in org.crosswire.common.util that return IniSection | |
|---|---|
private IniSection |
Ini.getOrCreateSection(String sectionName)
Get a section, creating it if necessary. |
IniSection |
Ini.getSection()
Get the first section. |
private IniSection |
Ini.getSection(String sectionName)
|
| Constructors in org.crosswire.common.util with parameters of type IniSection | |
|---|---|
IniSection(IniSection config)
Copy constructor |
|
| Uses of IniSection in org.crosswire.jsword.book.sword |
|---|
| Fields in org.crosswire.jsword.book.sword declared as IniSection | |
|---|---|
private IniSection |
SwordBookMetaData.configAll
The configAll IniSection holds the merged view of configSword, 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. |
private IniSection |
SwordBookMetaData.configSword
configSword holds the pristine conf for the Book. |
| Methods in org.crosswire.jsword.book.sword that return IniSection | |
|---|---|
private IniSection |
SwordBookMetaData.addConfig(MetaDataLocator locator)
|
(package private) IniSection |
SwordBookMetaData.getConfiguration()
Exposed as package private for testing purposes. |
private IniSection |
SwordBookMetaData.load(byte[] buffer)
Load the conf from a buffer. |
private IniSection |
SwordBookMetaData.load(File file)
Load the conf from a file. |
| Methods in org.crosswire.jsword.book.sword with parameters of type IniSection | |
|---|---|
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)
|
|
Copyright ยจ 2003-2015 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||