Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- level - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
The required level of the Node
- level - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
-
The required level of the Node
- level - Variable in class com.github.tadukoo.parsing.fileformat.Node
-
The level of Node this is (basically how many times you can call .getParent in a row from here)
- level - Variable in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
-
The level of the Node (basically how many times you can call
Node.getParent()
from here) - level(int) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
Sets the level of the Node.
- level(int) - Method in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
- loadFile(EasyLogger, String) - Method in class com.github.tadukoo.parsing.fileformat.FileFormat
-
Loads the file given by the filepath as Nodes, returning the head Node of the actual content of the file (excluding the TadFormat Header).
- loadFromFile(String) - Static method in class com.github.tadukoo.parsing.fileformat.Node
-
Loads the given file and creates a Node (and any children and siblings down the line) from the contents of the file.
- loadFromList(List<String>) - Static method in class com.github.tadukoo.parsing.fileformat.Node
-
Loads Nodes (including children + siblings) from the given List of lines and returns the head Node.
- loadFromString(String) - Static method in class com.github.tadukoo.parsing.fileformat.Node
-
Loads Nodes (including children + siblings) from the given text.
- logger - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
The
EasyLogger
to use for logging initialization messages - logger - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
-
The
EasyLogger
to use in logging messages - logger - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
-
The
EasyLogger
to use in logging messages - logger(EasyLogger) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
Set the
EasyLogger
to use for logging initialization messages. - logger(EasyLogger) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
-
Sets the
EasyLogger
to use in logging messages
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form