public static class Characteristics.ImmutableProperties extends Properties
defaults
Constructor and Description |
---|
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
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public ImmutableProperties(String name, String value)
public Object setProperty(String string, String string1)
setProperty
in class Properties
public void clear()
public Object put(Object key, Object value)
Copyright © 2003–2015 Codehaus. All rights reserved.