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.Thin interface allows the Parameterized parsing mechanism, which reflects an object to find the JCommander annotations, to be replaced at runtime for cases where the source code cannot be directly annotated with JCommander annotations, but may have other annotations such as JSON annotations that can be used to reflect as JCommander parameters.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.The main class for JCommander.Encapsulation 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.parserClassDescriptionThin interface allows the Parameterized parsing mechanism, which reflects an object to find the JCommander annotations, to be replaced at runtime for cases where the source code cannot be directly annotated with JCommander annotations, but may have other annotations such as JSON annotations that can be used to reflect as JCommander parameters.Encapsulate a field or a method annotated with @Parameter or @DynamicParameter
-
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.