Class IntValidator

  • All Implemented Interfaces:
    ParameterValidator

    public class IntValidator
    extends DefaultValidator
    This implements a validator that checks if the input is a correct integer value.
    • Constructor Summary

      Constructors 
      Constructor Description
      IntValidator()  
    • 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

      • IntValidator

        public IntValidator()