|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
com.emarsys.ecommon.mail.test | |
com.emarsys.ecommon.prefs.config | eCommon's Configuration API core classes (originally migrated from DW). |
Uses of Configuration in com.emarsys.ecommon.mail.test |
---|
Fields in com.emarsys.ecommon.mail.test declared as Configuration | |
---|---|
protected Configuration |
SmtpBomber.config
|
Methods in com.emarsys.ecommon.mail.test that return Configuration | |
---|---|
Configuration |
SmtpBomber.getConfiguration()
|
Uses of Configuration in com.emarsys.ecommon.prefs.config |
---|
Methods in com.emarsys.ecommon.prefs.config that return Configuration | |
---|---|
Configuration |
Configurable.getConfiguration()
Provides the Configuration associated with this instance. |
static Configuration |
Configuration.getInstance(ConfigurationBackend config,
ConfigurationDeclaration declaration)
Primary factory method for Configuration instances. |
static Configuration |
Configuration.getInstanceDeclaredBy(ConfigurationBackend config,
java.lang.Object declarationObj)
A factory method for Configuration s that uses
the passed "declaration object" to get its
ConfigurationDeclaration . |
static Configuration |
Configuration.getInstanceDeclaredBy(ConfigurationBackend config,
java.lang.Object declarationObj,
Configuration.Type type)
A factory method for Configuration s that uses
the passed "declaration object" to get its
ConfigurationDeclaration but overrides the
declaration objects Configuration.Type with the passed one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |