Package | Description |
---|---|
com.beust.jcommander |
Modifier and Type | Method and Description |
---|---|
ParameterDescription |
JCommander.getMainParameterValue() |
Modifier and Type | Method and Description |
---|---|
Map<com.beust.jcommander.FuzzyMap.IKey,ParameterDescription> |
JCommander.getDescriptions() |
Map<Parameterized,ParameterDescription> |
JCommander.getFields() |
Comparator<? super ParameterDescription> |
JCommander.getParameterDescriptionComparator() |
List<ParameterDescription> |
JCommander.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
IParameterValidator2.validate(String name,
String value,
ParameterDescription pd)
Validate the parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultUsageFormatter.appendAllParametersDetails(StringBuilder out,
int indentCount,
String indent,
List<ParameterDescription> sortedParameters)
Appends the details of all parameters in the given order to the argument string builder, indenting every
line with indentCount-many indent.
|
void |
UnixStyleUsageFormatter.appendAllParametersDetails(StringBuilder out,
int indentCount,
String indent,
List<ParameterDescription> sortedParameters)
Appends the details of all parameters in the given order to the argument string builder, indenting every
line with indentCount-many indent.
|
void |
JCommander.setParameterDescriptionComparator(Comparator<? super ParameterDescription> c) |
Copyright © 2020. All rights reserved.