|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesConfigurationBackend | |
---|---|
com.emarsys.ecommon.prefs.config.backend | eCommon's Configuration API backends (originally migrated from DW). |
Uses of PropertiesConfigurationBackend in com.emarsys.ecommon.prefs.config.backend |
---|
Subclasses of PropertiesConfigurationBackend in com.emarsys.ecommon.prefs.config.backend | |
---|---|
class |
SnapshotPropertiesConfigurationBackend
An immutable version of PropertiesConfigurationBackend . |
Methods in com.emarsys.ecommon.prefs.config.backend that return PropertiesConfigurationBackend | |
---|---|
static PropertiesConfigurationBackend |
PropertiesConfigurationBackend.copy(ConfigurationBackend backend)
Creates a new PropertiesConfigurationBackend
instance that contains all ISetting s from the
passed backend. |
static PropertiesConfigurationBackend |
SnapshotPropertiesConfigurationBackend.copy(ConfigurationBackend backend)
The same as SnapshotPropertiesConfigurationBackend.snapshoot(ConfigurationBackend) . |
static PropertiesConfigurationBackend |
SnapshotPropertiesConfigurationBackend.snapshoot(ConfigurationBackend backend)
Creates a new PropertiesConfigurationBackend
instance that contains all ISetting s from the
passed backend. |
static PropertiesConfigurationBackend |
PropertiesConfigurationBackend.wrap(java.util.Properties props)
Creates a new PropertiesConfigurationBackend that uses
the passed Properties to store its ISetting 's
names and values. |
static PropertiesConfigurationBackend |
SnapshotPropertiesConfigurationBackend.wrap(java.util.Properties props)
Creates a new PropertiesConfigurationBackend that uses
the passed Properties to store its ISetting 's
names and values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |