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.APropertyVisitorwhose methods all throwIllegalStateExceptionwith the relevant key and value context.AnPropertyVisitorbase which converts the non-String valued calls intoPropertyVisitor.visit(String, String).A splayed path is aPropertySetwhere the fully resolved file paths represent property keys and the corresponding contents of each file represents the property value.