| Modifier and Type | Class and Description |
|---|---|
class |
ConfigBase<T extends ConfigBase>
This class is used as a basis for configuration of system modules.
|
class |
HibernateConfigBase<T extends ConfigBase>
Used by configuration classes that want to save a set of hibernate properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateConfigBase<T extends ConfigBase>
Used by configuration classes that want to save a set of hibernate properties.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConfigBase.compareTo(ConfigBase that) |
void |
ConfigurationStore.saveConfiguration(ConfigBase config) |
void |
ConfigurationFileStore.saveConfiguration(ConfigBase config) |
Copyright © 2016 Bedework. All rights reserved.