Package io.deephaven.properties
package io.deephaven.properties
-
ClassDescriptionA property set represents a set of property keys and values.A property visitor is the generic interface for reading property keys and values from a
PropertySet
.APropertyVisitor
whose methods all throwIllegalStateException
with the relevant key and value context.AnPropertyVisitor
base which converts the non-String valued calls intoPropertyVisitor.visit(String, String)
.A splayed path is aPropertySet
where the fully resolved file paths represent property keys and the corresponding contents of each file represents the property value.