public abstract class ConfigurationGroup
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationGroup()
Instantiates a new configuration group.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix()
Gets the prefix.
|
protected void |
initializeByProperty(java.lang.String key,
java.lang.String value)
Initialize by property.
|
boolean |
isDebug() |
void |
setDebug(boolean debug) |
protected void |
storeProperties(java.util.Properties properties)
Store properties.
|
public ConfigurationGroup()
public java.lang.String getPrefix()
protected void initializeByProperty(java.lang.String key,
java.lang.String value)
key - the keyvalue - the valueprotected void storeProperties(java.util.Properties properties)
properties - the propertiespublic boolean isDebug()
public void setDebug(boolean debug)