Class Validator<T>
java.lang.Object
com.atlassian.jira.configurator.config.Validator<T>
- Direct Known Subclasses:
FileExistanceWithCancelOptionValidator
Cleans or validates a string input value for a field.
- Since:
- v5.1
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTEGER
-
INTEGER_POSITIVE
-
INTEGER_POSITIVE_OR_ZERO
-
INTEGER_ALLOW_MINUS_1
-
LONG
-
LONG_POSITIVE
-
LONG_POSITIVE_OR_ZERO
-
LONG_ALLOW_MINUS_1
-
BOOLEAN
-
TRIMMED_STRING
-
PORT
-
NON_EMTPY_STRING
-
EXISTING_FILE
-
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
apply
- Throws:
ValidationException
-