Package com.saperion.util.validator
Class BooleanValidation
java.lang.Object
com.saperion.util.validator.BooleanValidation
- All Implemented Interfaces:
Validation
The Class BooleanValidation.
Checks if given input string is a boolean.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanValidation
public BooleanValidation()
-
-
Method Details
-
validate
Validate the given input string.- Specified by:
validate
in interfaceValidation
- Parameters:
input
- the input string to validate- Returns:
- true, if validation was successful otherwise false
- See Also:
-