Class Node

java.lang.Object
net.orbyfied.aspen.raw.Node
Direct Known Subclasses:
ValueNode

public class Node extends Object
A node in configuration.
  • Constructor Details

    • Node

      public Node()
  • Method Details

    • blockCommentLines

      public List<String> blockCommentLines()
    • blockCommentLines

      public Node blockCommentLines(List<String> blockComment)
    • blockComment

      public Node blockComment(String blockComment)
    • inLineCommentLines

      public List<String> inLineCommentLines()
    • inLineCommentLines

      public Node inLineCommentLines(List<String> list)
    • inLineComment

      public Node inLineComment(String str)
    • endCommentLines

      public List<String> endCommentLines()
    • endCommentLines

      public Node endCommentLines(List<String> list)
    • endComment

      public Node endComment(String str)
    • getDataString

      public String getDataString()
    • toString

      public String toString()
      Overrides:
      toString in class Object