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,
Class<? extends IParameterValidator> validator,
String name,
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.
|
Copyright © 2017. All rights reserved.