Index

A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

FILE_FORMAT - Static variable in class com.github.tadukoo.parsing.fileformat.TadFormatNodeHeader
The name for the File Format Node
fileExtension - Variable in class com.github.tadukoo.parsing.fileformat.FileFormatSchema
The file extension on files using this schema
FileFormat - Class in com.github.tadukoo.parsing.fileformat
A class representing a defined File Format, including multiple versions (if applicable) to be used in verifying file formatting and in updating files from older versions to newer ones.
FileFormat(EasyLogger, String) - Constructor for class com.github.tadukoo.parsing.fileformat.FileFormat
Constructs a FileFormat.
FileFormatSchema - Class in com.github.tadukoo.parsing.fileformat
Represents the definition of a FileFormat.
FileFormatSchema(String, int, String, List<FormatNode>) - Constructor for class com.github.tadukoo.parsing.fileformat.FileFormatSchema
Constructs a FileFormatSchema with the given information.
FileFormatSchemaVerification - Class in com.github.tadukoo.parsing.fileformat
This class is used to verify that files match a particular FileFormatSchema.
FileFormatSchemaVerification() - Constructor for class com.github.tadukoo.parsing.fileformat.FileFormatSchemaVerification
Not allowed to make a FileFormatSchemaVerification instance
filepath - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The path to the file - used in some formatting
filepath - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The path to the file - used in some formatting
filepath(String) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the path to the file to be used in some formatting checks
format - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
The FormatNode that defines the expected format
format - Variable in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
The FormatNode that defines the expected format
format(FormatNode) - Method in class com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Sets the FormatNode, that defines the expected format
FormatNode - Class in com.github.tadukoo.parsing.fileformat
Represents all the information about how a Node should be formatted for a FileFormat.
FormatNode(String, String, String, int, List<String>, List<String>, List<String>, List<String>) - Constructor for class com.github.tadukoo.parsing.fileformat.FormatNode
Constructs a FormatNode with the given data.
FormatNode.FormatNodeBuilder - Class in com.github.tadukoo.parsing.fileformat
Builder for constructing a FormatNode object.
FormatNodeBuilder() - Constructor for class com.github.tadukoo.parsing.fileformat.FormatNode.FormatNodeBuilder
Not allowed to make FormatNodeBuilder outside of FormatNode
formatNodes - Variable in class com.github.tadukoo.parsing.fileformat.FileFormatSchema
The FormatNodes that define this schema
FormatNodeVerification - Class in com.github.tadukoo.parsing.fileformat
This class contains methods for verifying a file's format using FormatNodes.
FormatNodeVerification() - Constructor for class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
Not allowed to instantiate Format Node Verification
fullToString() - Method in class com.github.tadukoo.parsing.fileformat.Node
Converts this Node and all the children and siblings down the line to a textual version (as in the actual files).
A B C D F G H J K L M N O P Q S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form