Uses of Class
com.github.tadukoo.parsing.fileformat.FileFormat
Packages that use FileFormat
Package
Description
Provides classes for making your own custom File Format, similar to YAML syntax
-
Uses of FileFormat in com.github.tadukoo.parsing.fileformat
Methods in com.github.tadukoo.parsing.fileformat with parameters of type FileFormatModifier and TypeMethodDescriptionstatic NodeTadFormatNodeHeader.createHeader(FileFormat format, FileFormatSchema schema) Creates a Tad Format Header for the givenFileFormatandFileFormatSchema.private static FormatNodeTadFormatNodeHeader.getFileFormatNode(com.github.tadukoo.util.logger.EasyLogger logger, FileFormat format) Creates aFormatNodefor the File Format Node.static booleanFileFormatSchemaVerification.verifyFileFormat(com.github.tadukoo.util.logger.EasyLogger logger, FileFormat format, FileFormatSchema schema, String filepath) Checks if the file located at the given file path matches the givenFileFormatSchemaor not.static booleanFileFormatSchemaVerification.verifyFileFormat(com.github.tadukoo.util.logger.EasyLogger logger, FileFormat format, FileFormatSchema schema, String filepath, Node headNode) Checks if the given Nodes (given via the head Node) located (or to be located) at the given file path matches the givenFileFormatSchemaor not.static booleanTadFormatNodeHeader.verifyTadFormatNode(com.github.tadukoo.util.logger.EasyLogger logger, Node tadFormatNode, FileFormat format, FileFormatSchema schema) Verifies that the Tad Format Node is correct at the top of a file.