Uses of Class
com.emarsys.ecommon.prefs.config.backend.PropertiesConfigurationBackend

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 ISettings 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 ISettings 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.
 



Copyright © 2010 emarsys AG. All Rights Reserved.