public static class Characteristics.ImmutableProperties extends Properties
defaults
Constructor and Description |
---|
Characteristics.ImmutableProperties(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Read Only Object: will throw UnsupportedOperationException.
|
Object |
put(Object key,
Object value)
Once object is constructed, this will throw UnsupportedOperationException because
this class is a read only wrapper.
|
void |
putAll(Map<? extends Object,? extends Object> t)
Read Only Object: will throw UnsupportedOperationException.
|
Object |
remove(Object o)
Read Only Object: will throw UnsupportedOperationException.
|
Object |
setProperty(String string,
String string1)
Read Only Object: will throw UnsupportedOperationException.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
public Object setProperty(String string, String string1)
setProperty
in class Properties
public void clear()
public Object put(Object key, Object value)