Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- TAD_FORMAT_VERSION_NUM - Static variable in class com.github.tadukoo.parsing.fileformat.TadFormatNodeHeader
-
This will be updated if the general Tad Format changes, and there will be a way in the future to update between Tad Format Versions.
- TAD_VERSION_NUMBER - Static variable in class com.github.tadukoo.parsing.fileformat.TadFormatNodeHeader
-
The name for the Tad Format Version Number Node
- TadFormatNodeHeader - Class in com.github.tadukoo.parsing.fileformat
-
This class defines the Tad Format Node Header section that should be at the top of all files.
- TadFormatNodeHeader() - Constructor for class com.github.tadukoo.parsing.fileformat.TadFormatNodeHeader
-
Not allowed to create a TadFormatNodeHeader
- TadFormatRegexConverter - Class in com.github.tadukoo.parsing
-
Class used to convert between TadFormatting and Java regexes.
- TadFormatRegexConverter() - Constructor for class com.github.tadukoo.parsing.TadFormatRegexConverter
-
Not allowed to instantiate TadFormatRegexConverter
- text - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
Text to use in parsing into a FormatNode
- text(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
If you specify text, you should only specify the Logger in addition to this.
- title - Variable in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
-
The name for the piece of data
- title - Variable in class com.github.tadukoo.parsing.fileformat.Node
-
The name for what this piece of data is
- title(String) - Method in class com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
- titleFormat - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
The TFormatting to convert into a regex for the title
- titleFormat(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
Sets the TFormatting to use for the title of the Node.
- titleRegex - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
The regex used to ensure the title is of the correct format
- titleRegex - Variable in class com.github.tadukoo.parsing.fileformat.FormatNode
-
The regex used to ensure the title is of the correct format
- titleRegex(String) - Method in class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
-
Sets the regex to use for the title of the Node.
- toString() - Method in class com.github.tadukoo.parsing.fileformat.FormatNode
-
Convert this FormatNode into Nodes to be converted into text to be stored and later loaded if needed.
- toString() - Method in class com.github.tadukoo.parsing.fileformat.Node
-
Converts this Node (and only this Node) to a String.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form