Package com.beust.jcommander
package com.beust.jcommander
-
ClassDescriptionThe default usage formatter.Helper class to perform fuzzy key look ups: looking up case insensitive or abbreviated keys.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.Must be implemented by argument classes that contain at least one \@Parameter with "variableArity = true".The main class for JCommander.Encapsulation of either a main application or an individual command.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 @ParametersA unix-style usage formatter.Encapsulates the operations common to @Parameter and @DynamicParameter