| Package | Description |
|---|---|
| com.beust.jcommander | |
| com.beust.jcommander.validators |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IParameterValidator2 |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParameterDescription.validateParameter(ParameterDescription pd,
java.lang.Class<? extends IParameterValidator> validator,
java.lang.String name,
java.lang.String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoValidator
This is the default value of the validateWith attribute.
|
class |
PositiveInteger
A validator that makes sure the value of the parameter is a positive integer.
|