Package | Description |
---|---|
com.beust.jcommander |
Modifier and Type | Method and Description |
---|---|
ParameterDescription |
JCommander.getMainParameter() |
Modifier and Type | Method and Description |
---|---|
List<ParameterDescription> |
JCommander.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
IParameterValidator2.validate(String name,
String value,
ParameterDescription pd)
Validate the parameter.
|
static void |
ParameterDescription.validateParameter(ParameterDescription pd,
Class<? extends IParameterValidator> validator,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
JCommander.setParameterDescriptionComparator(Comparator<? super ParameterDescription> c) |
Copyright © 2017. All rights reserved.