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 ParameterDescriptionJCommander.MainParameter.descriptionFields in com.beust.jcommander with type parameters of type ParameterDescriptionModifier and TypeFieldDescriptionprivate Map<FuzzyMap.IKey,ParameterDescription> JCommander.descriptionsA map to look up parameter description per option name.private Map<Parameterized,ParameterDescription> JCommander.fieldsA map of all the parameterized fields/methods.private Comparator<? super ParameterDescription>JCommander.Options.parameterDescriptionComparatorprivate Map<Parameterized,ParameterDescription> JCommander.requiredFieldsA set of all the parameterizeds that are required.Methods in com.beust.jcommander that return ParameterDescriptionModifier and TypeMethodDescriptionprivate ParameterDescriptionJCommander.findParameterDescription(String arg) JCommander.MainParameter.getDescription()private ParameterDescriptionJCommander.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 ParameterDescriptionJCommander.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 intJCommander.determineArity(String[] args, int index, ParameterDescription pd, IVariableArity va) private voidJCommander.handleBooleanOption(ParameterDescription pd, Class<?> fieldType) private voidJCommander.initializeDefaultValue(ParameterDescription pd) private intJCommander.processFixedArity(String[] args, int index, ParameterDescription pd, boolean validate, Class<?> fieldType) private intJCommander.processFixedArity(String[] args, int originalIndex, ParameterDescription pd, boolean validate, Class<?> fieldType, int arity) private intJCommander.processPassword(String[] args, int index, ParameterDescription pd, boolean validate) private intJCommander.processVariableArity(String[] args, int index, ParameterDescription pd, boolean validate) voidIParameterValidator2.validate(String name, String value, ParameterDescription pd) Validate the parameter.Method parameters in com.beust.jcommander with type arguments of type ParameterDescriptionModifier and TypeMethodDescriptionvoidDefaultUsageFormatter.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.voidUnixStyleUsageFormatter.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.voidJCommander.setParameterDescriptionComparator(Comparator<? super ParameterDescription> c)