Package cdc.validation.checkers.defaults
Class MatchesPattern
java.lang.Object
cdc.validation.checkers.defaults.AbstractStringChecker
cdc.validation.checkers.defaults.MatchesPattern
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchesPatternstatic final MatchesPatternstatic final Factory<MatchesPattern>static final FormalArgsstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPatternstatic final MatchesPattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains the conditions at which a positive or negative result is obtained.static MatchesPatternstatic MatchesPatternbooleanMethods inherited from class cdc.validation.checkers.defaults.AbstractStringChecker
getValueClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.validation.checkers.Checker
after, after, afterRaw, and, andRaw, cast, cast, explain, explain, negate, or, orRaw, testAndExplain, testAndExplain, testAndExplainRaw, testAndExplainRaw, testRaw, wrap
-
Field Details
-
PATTERN
-
FARGS
-
FACTORY
-
LETTERS
-
DIGITS
-
LETTERS_OR_DIGITS
-
UC_LETTERS
-
UC_LETTERS_OR_DIGITS
-
LC_LETTERS
-
LC_LETTERS_OR_DIGITS
-
ASCII
-
HAS_WHITE_SPACES
-
HAS_LEADING_WHITE_SPACES
-
HAS_TRAILING_WHITE_SPACES
-
-
Constructor Details
-
MatchesPattern
-
MatchesPattern
-
-
Method Details
-
of
-
of
-
test
-
explain
Description copied from interface:CheckerExplains the conditions at which a positive or negative result is obtained.- Parameters:
result- The result to explain.arg- The argument name to use in explanations.- Returns:
- A string explaining the conditions leading to
result.
-
getPattern
-