Class SubstPropsHandler.SubstProps
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
sunlabs.brazil.properties.SubstPropsHandler.SubstProps
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,
Object>
- Enclosing class:
SubstPropsHandler
This class implements a properties object that knows how
to extract the "name" and "filter" from a properly constructed
name, and to invoke the filter on the value of the encoded
name.
- Version:
- 1.5
- Author:
- Stephen Uhler
- See Also:
-
Field Summary
Fields inherited from class Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
SubstProps
-
-
Method Details
-
get
-
getProperty
- Overrides:
getProperty
in classProperties
-