Package com.atlassian.validation
Class NonValidator
java.lang.Object
com.atlassian.validation.NonValidator
- All Implemented Interfaces:
Validator
Do-nothing validator for a String. All valid, all the time.
-
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
-
NonValidator
public NonValidator()
-
-
Method Details
-
validate
Description copied from interface:Validator
Validate the given string to see if it passes and if not, why not.
-