Uses of Class
org.apache.uima.fit.validation.Validator.Builder
-
Uses of Validator.Builder in org.apache.uima.fit.validation
Modifier and TypeMethodDescriptionValidator.Builder.excludingByName
(String... className) Skip any checks with the given names.Validator.Builder.excludingByPattern
(String... patterns) Skip any checks with names matching the given regular expressions.Validator.Builder.excludingByType
(Class<?>... types) Skips any checks of the given types (includes checks that are subclasses or implementations of the given types).Validator.Builder.includingByName
(String... className) Retain only checks with the given names.Validator.Builder.includingByPattern
(String... patterns) Retain any checks with names matching the given regular expressions.Validator.Builder.includingByType
(Class<?>... types) Retain any checks of the given types (includes checks that are subclasses or implementations of the given types).Validator.Builder.withAutoDetectedChecks()
Enable auto-detection of checks (the default behavior).Validator.Builder.withCheck
(CasValidationCheck check) Add the given check instance to the validator.Validator.Builder.withoutAutoDetectedChecks()
Disable auto-detection of checks.