Uses of Package
com.beust.jcommander
Packages that use com.beust.jcommander
Package
Description
-
Classes in com.beust.jcommander used by com.beust.jcommanderClassDescriptionThe default usage formatter.Allows the specification of default values.The class used to validate parameters.An interface that converts strings to any arbitrary type.A factory for IStringConverter.A factory to create
IStringConverter
instances.A formatter for help messages.Must be implemented by argument classes that contain at least one \@Parameter with "variableArity = true".The main class for JCommander.Description of a main parameter, which can be either a list of string or a single field.Options shared with sub commandsEncapsulation of either a main application or an individual command.The main exception that JCommand will throw when something goes wrong while parsing parameters.Encapsulate a field or a method annotated with @Parameter or @DynamicParameterWhen applied to a field all of its child fields annotated withParameter
will be included during arguments parsing.Encapsulates the operations common to @Parameter and @DynamicParameter -
Classes in com.beust.jcommander used by com.beust.jcommander.converters
-
Classes in com.beust.jcommander used by com.beust.jcommander.defaultprovider
-
Classes in com.beust.jcommander used by com.beust.jcommander.internalClassDescriptionAn interface that converts strings to any arbitrary type.A factory for IStringConverter.
-
Classes in com.beust.jcommander used by com.beust.jcommander.validatorsClassDescriptionThe class used to validate parameters.The main exception that JCommand will throw when something goes wrong while parsing parameters.