Uses of Class
com.github.tadukoo.parsing.fileformat.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
Modifier and TypeMethodDescriptionNodeVerificationCriteria.NodeVerificationCriteriaBuilder.build()
Actually builds theNodeVerificationCriteria
objectModifier and TypeMethodDescriptionstatic boolean
FormatNodeVerification.verifySingleNode
(NodeVerificationCriteria criteria) Verifies if the format of the Node given in the parameters is of the correct format.