Package com.beust.jcommander
package com.beust.jcommander
-
ClassDescriptionHelper class to perform fuzzy key look ups: looking up case insensitive or abbreviated keys.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.Must be implemented by argument classes that contain at least one \@Parameter with "variableArity = true".The main class for JCommander.Thrown when a command was expected.The main exception that JCommand will throw when something goes wrong while parsing parameters.Encapsulate a field or a method annotated with @Parameter or @DynamicParameterAn annotation used to specify settings for parameter parsing.When applied to a field all of its child fields annotated withParameter
will be included during arguments parsing.Deprecated.use @ParametersEncapsulates the operations common to @Parameter and @DynamicParameter