Class BooleanValidator

  • All Implemented Interfaces:
    ParameterValidator

    public class BooleanValidator
    extends DefaultValidator
    This implements a validator that checks if the input is a correct boolean value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String value)
      Validate the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanValidator

        public BooleanValidator()