Class MetadataProperties.FromFileProperties

java.lang.Object
java.util.Dictionary<K,V>
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

private static class MetadataProperties.FromFileProperties extends Properties
Properties that also use the default value passed to getProperty() if the property was found, but matched the regex passed at initialization.
  • Field Details

    • unpropagatedValuePattern

      private final Pattern unpropagatedValuePattern
  • Constructor Details

    • FromFileProperties

      FromFileProperties(Pattern pattern)
  • Method Details