Uses of Package
org.kohsuke.args4j
Packages that use org.kohsuke.args4j
Package
Description
Core classes of the Args4J command line parser.
Classes for extending the behavior of args4j.
-
Classes in org.kohsuke.args4j used by org.kohsuke.args4jClassDescriptionArgument of the command line.Signals an error in the user input.Command line argument owner.Metadataconfiguration.Deprecated.Signals an incorrect use of args4j annotations.A message that can be formatted with arguments and locale.Immutable run-time copy of
Option
annotation.Marks a field/setter that receives a command line switch value.Run-time copy of the Option or Argument annotation.SelectsOptionHandler
.Manages the registration of option handlers.Provide custom logic for creatingOptionHandler
implementation.Set of properties that controlsCmdLineParser
behaviours. -
Classes in org.kohsuke.args4j used by org.kohsuke.args4j.spiClassDescriptionSignals an error in the user input.Command line argument owner.A message that can be formatted with arguments and locale.Run-time copy of the Option or Argument annotation.Set of properties that controls
CmdLineParser
behaviours.
OptionHandlerFilter