Class MiscTemplate.GlobProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
sunlabs.brazil.sunlabs.MiscTemplate.GlobProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,
Object>
- Enclosing class:
MiscTemplate
Special version of a properties that uses the sub expresions
of the supplied glob pattern and name to define the keys 1-9.
The value "0" takes the supplied default.
- 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, get, 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
-
GlobProperties
-
-
Method Details
-
getProperty
- Overrides:
getProperty
in classProperties
-