Class PositiveInteger

  • All Implemented Interfaces:
    IParameterValidator

    public class PositiveInteger
    extends Object
    implements IParameterValidator
    A validator that makes sure the value of the parameter is a positive integer.
    Author:
    Cedric Beust <cedric@beust.com>
    • Constructor Detail

      • PositiveInteger

        public PositiveInteger()