Package io.deephaven.properties
Class SplayedPath
java.lang.Object
io.deephaven.properties.SplayedPath
A splayed path is a
PropertySet where the fully resolved file paths represent property keys and the
corresponding contents of each file represents the property value. It is meant to represent a standardized interface
for property keys and values that can be read or written to from a variety of tools. It is straightforward in the
sense that there is no order-dependent parsing logic.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()voidreadTo(PropertyVisitor visitor) voidwrite(PropertySet properties)
-
Constructor Details
-
SplayedPath
-
-
Method Details
-
exists
public boolean exists() -
write
- Throws:
IOException
-
toStringMap
- Throws:
IOException
-
readTo
- Throws:
IOException
-