Uses of Package
com.github.tadukoo.parsing.fileformat
Packages that use com.github.tadukoo.parsing.fileformat
Package
Description
Provides classes for making your own custom File Format, similar to YAML syntax
-
Classes in com.github.tadukoo.parsing.fileformat used by com.github.tadukoo.parsing.fileformatClassDescriptionA 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.Represents the definition of a
FileFormat.Represents all the information about how aNodeshould be formatted for aFileFormat.Builder for constructing aFormatNodeobject.A Node is a single line of text in a full file under the TadFileFormat.Node Builder is used to build aNode.Criteria object used for verifying aNode.Node Verification Criteria Builder is a builder forNodeVerificationCriteria.