Package io.deephaven.properties
-
Interface Summary Interface Description PropertySet A property set represents a set of property keys and values.PropertySetParser<T> PropertyVisitor A property visitor is the generic interface for reading property keys and values from aPropertySet
. -
Class Summary Class Description PropertySet.PropertiesImpl PropertySet.StringListImpl PropertySet.StringMapImpl PropertyVisitorPrintStream PropertyVisitorStringBase AnPropertyVisitor
base which converts the non-String valued calls intoPropertyVisitor.visit(String, String)
.PropertyVisitorStringBase.BiConsumerStringImpl SplayedPath 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. -
Enum Summary Enum Description PropertyVisitorError APropertyVisitor
whose methods all throwIllegalStateException
with the relevant key and value context.