Uses of Class
com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria
Packages that use NodeVerificationCriteria
Package
Description
Provides classes for making your own custom File Format, similar to YAML syntax
-
Uses of NodeVerificationCriteria in com.github.tadukoo.parsing.fileformat
Methods in com.github.tadukoo.parsing.fileformat that return NodeVerificationCriteriaModifier and TypeMethodDescriptionNodeVerificationCriteria.NodeVerificationCriteriaBuilder.build()
Actually builds theNodeVerificationCriteria
objectMethods in com.github.tadukoo.parsing.fileformat with parameters of type NodeVerificationCriteriaModifier and TypeMethodDescriptionstatic boolean
FormatNodeVerification.verifySingleNode
(NodeVerificationCriteria criteria) Verifies if the format of the Node given in the parameters is of the correct format.