JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.xebialabs.deployit.plugin.api.validation
Interface PatternValidator<Object>
All Superinterfaces:
Validator
<Object>
All Known Implementing Classes:
NotEmpty.Validator
,
Regex.Validator
public interface
PatternValidator<Object>
extends
Validator
<Object>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessage
()
String
getPattern
()
Methods inherited from interface com.xebialabs.deployit.plugin.api.validation.
Validator
validate
Method Details
getPattern
String
getPattern
()
getMessage
String
getMessage
()