Interface Validation

  • All Known Implementing Classes:
    BlankValidation, BooleanValidation, IntegerValidation

    public interface Validation
    The Interface Validation. Validation can then be done by calling the validate() method. Specific validation must be implemented by the inheriting class.
    • Method Detail

      • validate

        boolean validate​(java.lang.String input)
        Validate the given input string.
        Parameters:
        input - the input string to validate
        Returns:
        true, if validation was successful otherwise false