Package com.atlassian.validation
Class IntegerValidator
java.lang.Object
com.atlassian.validation.IntegerValidator
- All Implemented Interfaces:
Validator
Validates that a string is an integer, optionally within a specific range of values.
- 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
-
IntegerValidator
public IntegerValidator() -
IntegerValidator
public IntegerValidator(int minValue, int maxValue)
-
-
Method Details
-
validate
Description copied from interface:Validator
Validate the given string to see if it passes and if not, why not.
-