Interface ConfigNode.ValueNode

  • All Superinterfaces:
    ConfigNode
    All Known Implementing Classes:
    ValueNodeImpl
    Enclosing interface:
    ConfigNode

    public static interface ConfigNode.ValueNode
    extends ConfigNode
    Single string-based configuration value.

    NOTE: Do not implement this interface yourself but rather use create(String).