Uses of Interface
org.kohsuke.args4j.OptionHandlerFilter
Packages that use OptionHandlerFilter
-
Uses of OptionHandlerFilter in org.kohsuke.args4j
Classes in org.kohsuke.args4j that implement OptionHandlerFilterFields in org.kohsuke.args4j declared as OptionHandlerFilterModifier and TypeFieldDescriptionstatic final OptionHandlerFilter
OptionHandlerFilter.ALL
Print all defined options in the example.static final OptionHandlerFilter
OptionHandlerFilter.PUBLIC
Print all non-hidden options.static final OptionHandlerFilter
OptionHandlerFilter.REQUIRED
Print all required options.Methods in org.kohsuke.args4j with parameters of type OptionHandlerFilterModifier and TypeMethodDescriptionCmdLineParser.printExample
(OptionHandlerFilter filter) Formats a command line example into a string.CmdLineParser.printExample
(OptionHandlerFilter mode, ResourceBundle rb) Formats a command line example into a string.protected void
CmdLineParser.printOption
(PrintWriter out, OptionHandler handler, int len, ResourceBundle rb, OptionHandlerFilter filter) Prints usage information for a given option.void
CmdLineParser.printUsage
(Writer out, ResourceBundle rb, OptionHandlerFilter filter) Prints the list of all the non-hidden options and their usages to the screen.
OptionHandlerFilter