Uses of Package
com.beust.jcommander
Packages that use com.beust.jcommander
Package
Description
-
Classes in com.beust.jcommander used by com.beust.jcommanderClassDescriptionAllows 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.The main class for JCommander.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.