Uses of Class
com.beust.jcommander.ParameterDescription
-
Packages that use ParameterDescription Package Description com.beust.jcommander -
-
Uses of ParameterDescription in com.beust.jcommander
Methods in com.beust.jcommander that return ParameterDescription Modifier and Type Method Description ParameterDescription
JCommander. getMainParameterValue()
Methods in com.beust.jcommander that return types with arguments of type ParameterDescription Modifier and Type Method Description Map<com.beust.jcommander.FuzzyMap.IKey,ParameterDescription>
JCommander. getDescriptions()
Map<Parameterized,ParameterDescription>
JCommander. getFields()
Comparator<? super ParameterDescription>
JCommander. getParameterDescriptionComparator()
List<ParameterDescription>
JCommander. getParameters()
Methods in com.beust.jcommander with parameters of type ParameterDescription Modifier and Type Method Description void
IParameterValidator2. validate(String name, String value, ParameterDescription pd)
Validate the parameter.Method parameters in com.beust.jcommander with type arguments of type ParameterDescription Modifier and Type Method 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)
-