Class SplayedPath

java.lang.Object
io.deephaven.properties.SplayedPath

public class SplayedPath extends Object
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.