|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digi.config.util.DefaultConfigSettings
This class defines default for all the config settings options
Field Summary | |
static java.lang.String |
RESOURCE_BUNDLE_NAME
The Resource Bundle containing all translatable text for messages |
Constructor Summary | |
DefaultConfigSettings()
Constructor. |
Method Summary | |
java.util.Properties |
getDefaultCategory(java.lang.String category)
Gets the default values for a specific category and key |
java.lang.String |
getDefaultValue(java.lang.String category,
java.lang.String key)
Gets the default values for a specific category and key |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RESOURCE_BUNDLE_NAME
Constructor Detail |
public DefaultConfigSettings()
Method Detail |
public java.lang.String getDefaultValue(java.lang.String category, java.lang.String key)
getDefaultValue
in interface DefaultValueFinder
category
- is the String name of the category from which the property value
should be retrieved. This is a Mandatory parameter.key
- is the String name of the key to the specific property value whose default
should be retrieved. This is a Mandatory parameter.
java.lang.IllegalArgumentException
- when either the category or key parameter are null.public java.util.Properties getDefaultCategory(java.lang.String category)
category
- is the String name of the category from which the property value
should be retrieved. This is a Mandatory parameter.
java.lang.IllegalArgumentException
- when the category parameter is null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |