Package org.picocontainer
Class Characteristics.ImmutableProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.picocontainer.Characteristics.ImmutableProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Enclosing class:
Characteristics
Read only property set. Once constructed, all methods that modify state will
throw UnsupportedOperationException.
- Author:
- Paul Hammant.
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Read Only Object: will throw UnsupportedOperationException.Once object is constructed, this will throw UnsupportedOperationException because this class is a read only wrapper.void
Read Only Object: will throw UnsupportedOperationException.Read Only Object: will throw UnsupportedOperationException.setProperty
(String string, String string1) Read Only Object: will throw UnsupportedOperationException.Methods inherited from class java.util.Properties
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putIfAbsent, rehash, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
ImmutableProperties
-
-
Method Details
-
remove
Read Only Object: will throw UnsupportedOperationException. -
setProperty
Read Only Object: will throw UnsupportedOperationException.- Overrides:
setProperty
in classProperties
-
clear
public void clear()Read Only Object: will throw UnsupportedOperationException. -
put
Once object is constructed, this will throw UnsupportedOperationException because this class is a read only wrapper. -
putAll
Read Only Object: will throw UnsupportedOperationException.
-