public class EmptyConfiguration extends EmptyConfiguration implements MutableConfiguration
EMPTY_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
EmptyConfiguration() |
|
EmptyConfiguration(boolean callInit)
Create instance of class
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ConfigurationListener listener,
int... ints) |
void |
removeChangeListener(ConfigurationListener listener,
int... ints) |
void |
removeValue(int... keys) |
void |
setBooleanValue(int key,
boolean value) |
void |
setByteArrayValue(int key,
byte[] value) |
void |
setByteValue(int key,
byte value) |
void |
setChildren(int key,
Configuration... values) |
void |
setDoubleValue(int key,
double value) |
void |
setIntValue(int key,
int value) |
void |
setLongValue(int key,
long value) |
void |
setStringValue(int key,
String value) |
add, add, add, getBooleanValue, getByteArrayValue, getByteValue, getChildren, getDoubleValue, getInstance, getIntValue, getLongValue, getStringValue, getValue, isAttributeExist, putValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBooleanValue, getByteArrayValue, getByteValue, getChildren, getDoubleValue, getIntValue, getLongValue, getStringValue, isAttributeExistprotected EmptyConfiguration()
public EmptyConfiguration(boolean callInit)
callInit - true if need append default parameterspublic void setByteValue(int key,
byte value)
setByteValue in interface MutableConfigurationpublic void setIntValue(int key,
int value)
setIntValue in interface MutableConfigurationpublic void setLongValue(int key,
long value)
setLongValue in interface MutableConfigurationpublic void setDoubleValue(int key,
double value)
setDoubleValue in interface MutableConfigurationpublic void setByteArrayValue(int key,
byte[] value)
setByteArrayValue in interface MutableConfigurationpublic void setBooleanValue(int key,
boolean value)
setBooleanValue in interface MutableConfigurationpublic void setStringValue(int key,
String value)
setStringValue in interface MutableConfigurationpublic void setChildren(int key,
Configuration... values)
setChildren in interface MutableConfigurationpublic void removeValue(int... keys)
removeValue in interface MutableConfigurationremoveValue in class EmptyConfigurationpublic void addChangeListener(ConfigurationListener listener, int... ints)
addChangeListener in interface MutableConfigurationclasspublic void removeChangeListener(ConfigurationListener listener, int... ints)
removeChangeListener in interface MutableConfigurationclassCopyright © 2016. All Rights Reserved.