Package com.atlassian.validation
Class SimpleDateFormatValidator
java.lang.Object
com.atlassian.validation.SimpleDateFormatValidator
- All Implemented Interfaces:
Validator
Validates that the given string is a valid SimpleDateFormat pattern.
- Since:
- v4.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.validation.Validator
Validator.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate the given string to see if it passes and if not, why not.
-
Constructor Details
-
SimpleDateFormatValidator
public SimpleDateFormatValidator()
-
-
Method Details
-
validate
Description copied from interface:Validator
Validate the given string to see if it passes and if not, why not.
-