Class Regex.Validator
java.lang.Object
com.xebialabs.deployit.plugin.api.validation.Regex.Validator
- All Implemented Interfaces:
PatternValidator<Object>,Validator<Object>
- Enclosing class:
Regex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMessage(String message) voidsetPattern(String pattern) voidvalidate(Object value, ValidationContext context)
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
validate
-
getPattern
- Specified by:
getPatternin interfacePatternValidator<Object>
-
setPattern
-
getMessage
- Specified by:
getMessagein interfacePatternValidator<Object>
-
setMessage
-