Class MetadataProperties.FromFileProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.jrd.backend.data.MetadataProperties.FromFileProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- Enclosing class:
MetadataProperties
Properties that also use the default value passed to
getProperty()
if the property was found, but matched the regex passed at initialization.-
Field Summary
FieldsFields 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
-
Field Details
-
unpropagatedValuePattern
-
-
Constructor Details
-
FromFileProperties
FromFileProperties(Pattern pattern)
-
-
Method Details
-
getProperty
- Overrides:
getPropertyin classProperties
-