Uses of Class
com.github.tadukoo.parsing.fileformat.NodeVerificationCriteria.NodeVerificationCriteriaBuilder
Package
Description
Provides classes for making your own custom File Format, similar to YAML syntax
-
Uses of NodeVerificationCriteria.NodeVerificationCriteriaBuilder in com.github.tadukoo.parsing.fileformat
Modifier and TypeMethodDescriptionNodeVerificationCriteria.builder()
Sets the expected child for the Node being checkedSets the path to the file to be used in some formatting checksNodeVerificationCriteria.NodeVerificationCriteriaBuilder.format
(FormatNode format) Sets the FormatNode, that defines the expected formatNodeVerificationCriteria.NodeVerificationCriteriaBuilder.logger
(com.github.tadukoo.util.logger.EasyLogger logger) Sets theEasyLogger
to use in logging messagesNodeVerificationCriteria.NodeVerificationCriteriaBuilder.nextSibling
(Node nextSibling) Sets the expected next sibling for the Node being checkedSets the Node to be checkedNodeVerificationCriteria.NodeVerificationCriteriaBuilder.nullChild()
Sets to check that the child is nullNodeVerificationCriteria.NodeVerificationCriteriaBuilder.nullNextSibling()
Sets to check that the next sibling is nullNodeVerificationCriteria.NodeVerificationCriteriaBuilder.nullParent()
Sets to check that the parent is nullNodeVerificationCriteria.NodeVerificationCriteriaBuilder.nullPrevSibling()
Sets to check that the previous sibling is nullSets the expected parent for the Node being checkedNodeVerificationCriteria.NodeVerificationCriteriaBuilder.prevSibling
(Node prevSibling) Sets the expected previous sibling for the Node being checked