| Modifier and Type | Method and Description |
|---|---|
static ConfigBase |
ConfigBase.fromXml(InputStream is) |
static ConfigBase |
ConfigBase.fromXml(InputStream is,
Class cl) |
ConfigBase |
ConfigurationStore.getConfig(String name)
Stored config must indicate class of object as an attribute
|
ConfigBase |
ConfigurationFileStore.getConfig(String name) |
ConfigBase |
ConfigurationStore.getConfig(String name,
Class cl) |
ConfigBase |
ConfigurationFileStore.getConfig(String name,
Class cl) |
List<String> |
ConfigurationStore.getConfigs()
List the configurations in the store
|
List<String> |
ConfigurationFileStore.getConfigs() |
String |
ConfigurationStore.getLocation() |
String |
ConfigurationFileStore.getLocation() |
ResourceBundle |
ConfigurationStore.getResource(String name,
String locale) |
ResourceBundle |
ConfigurationFileStore.getResource(String name,
String locale) |
ConfigurationStore |
ConfigurationStore.getStore(String name)
Get the named child store.
|
ConfigurationStore |
ConfigurationFileStore.getStore(String name)
Get the named store.
|
void |
ConfigurationStore.saveConfiguration(ConfigBase config) |
void |
ConfigurationFileStore.saveConfiguration(ConfigBase config) |
void |
ConfigBase.toXml(Writer wtr)
Output to a writer
|
| Constructor and Description |
|---|
ConfigurationFileStore(String dirPath) |
Copyright © 2016 Bedework. All rights reserved.