Class PositiveInteger

java.lang.Object
com.beust.jcommander.validators.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 Details

    • PositiveInteger

      public PositiveInteger()
  • Method Details