Uses of Class
com.beust.jcommander.ParameterDescription
Packages that use ParameterDescription
-
Uses of ParameterDescription in com.beust.jcommander
Fields in com.beust.jcommander declared as ParameterDescriptionModifier and TypeFieldDescriptionprivate ParameterDescription
JCommander.MainParameter.description
Fields in com.beust.jcommander with type parameters of type ParameterDescriptionModifier and TypeFieldDescriptionprivate Map<FuzzyMap.IKey,
ParameterDescription> JCommander.descriptions
A map to look up parameter description per option name.private Map<Parameterized,
ParameterDescription> JCommander.fields
A map of all the parameterized fields/methods.private Comparator<? super ParameterDescription>
JCommander.Options.parameterDescriptionComparator
private Map<Parameterized,
ParameterDescription> JCommander.requiredFields
A set of all the parameterizeds that are required.Methods in com.beust.jcommander that return ParameterDescriptionModifier and TypeMethodDescriptionprivate ParameterDescription
JCommander.findParameterDescription
(String arg) JCommander.MainParameter.getDescription()
private ParameterDescription
JCommander.getDescriptionFor
(String arg) If arg is an option, we can look it up directly, but if it's a value, we need to find the description for the option that precedes it.JCommander.getMainParameterValue()
private ParameterDescription
JCommander.getPrefixDescriptionFor
(String arg) Methods in com.beust.jcommander that return types with arguments of type ParameterDescriptionModifier and TypeMethodDescriptionJCommander.getDescriptions()
JCommander.getFields()
Comparator<? super ParameterDescription>
JCommander.getParameterDescriptionComparator()
JCommander.getParameters()
Methods in com.beust.jcommander with parameters of type ParameterDescriptionModifier and TypeMethodDescriptionprivate final int
JCommander.determineArity
(String[] args, int index, ParameterDescription pd, IVariableArity va) private void
JCommander.handleBooleanOption
(ParameterDescription pd, Class<?> fieldType) private void
JCommander.initializeDefaultValue
(ParameterDescription pd) private int
JCommander.processFixedArity
(String[] args, int index, ParameterDescription pd, boolean validate, Class<?> fieldType) private int
JCommander.processFixedArity
(String[] args, int originalIndex, ParameterDescription pd, boolean validate, Class<?> fieldType, int arity) private int
JCommander.processPassword
(String[] args, int index, ParameterDescription pd, boolean validate) private int
JCommander.processVariableArity
(String[] args, int index, ParameterDescription pd, boolean validate) void
IParameterValidator2.validate
(String name, String value, ParameterDescription pd) Validate the parameter.Method parameters in com.beust.jcommander with type arguments of type ParameterDescriptionModifier and TypeMethodDescriptionvoid
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)