Uses of Package
org.kohsuke.args4j.spi
Packages that use org.kohsuke.args4j.spi
Package
Description
Core classes of the Args4J command line parser.
Classes for extending the behavior of args4j.
-
Classes in org.kohsuke.args4j.spi used by org.kohsuke.args4jClassDescriptionThe ConfigElement is an <option> or <argument> tag in the xml configuration file.Code that parses operands of an option into Java.List of arguments.Abstraction of the value setter.
-
Classes in org.kohsuke.args4j.spi used by org.kohsuke.args4j.spiClassDescriptionBase class for the @Option and @Argument implementation classes.The ConfigElement is an <option> or <argument> tag in the xml configuration file.Partial
OptionHandler
implementation that takes a single value to the option, which is then gets split into individual tokens using fixed delimiter.Interface that can be instantiated to get default values.OptionHandler which handles an option with exactly one argument, like "-foo bar".Code that parses operands of an option into Java.List of arguments.Abstraction of the value setter.Specifies a single sub-command.Collection ofSubCommand
s that define possible sub-commands.