Java org.apache.commons.cli2.validation NumberValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.cli2.validation NumberValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.cli2.validation NumberValidator.

The text is from its open source code.

Constructor

NumberValidator(final NumberFormat format)
Creates a new NumberValidator based on the specified NumberFormat

Method

NumberValidatorgetIntegerInstance()
Returns a NumberValidator for an integer number format for the current default locale.
voidsetMinimum(Number minimum)
Specify the minimum value allowed for an argument value.