Package sunlabs.brazil.sunlabs
Class MiscTemplate.GlobProperties
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- sunlabs.brazil.sunlabs.MiscTemplate.GlobProperties
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.Object,java.lang.Object>
- Enclosing class:
- MiscTemplate
public static class MiscTemplate.GlobProperties extends java.util.Properties
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobProperties(java.util.Properties props, java.lang.String pattern, java.lang.String name, java.lang.String dflt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProperty(java.lang.String key)
-
Methods inherited from class java.util.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
-
-