| 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 |
|---|---|
Object |
JCommander.convertValue(ParameterDescription pd,
String value) |
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 © 2015–2017 The veraPDF Consortium. All rights reserved.