Interface ConfigNode

    • Method Detail

      • nodeType

        ConfigNode.NodeType nodeType()
        Get the type of this node.
        Returns:
        NodeType this node represents
      • value

        Optional<String> value()
        Get the direct value of this config node. Any node type can have a direct value.
        Returns:
        a value if present, empty otherwise