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 OptionHandlerFilterOptionHandlerFilter.ALLPrint all defined options in the example.static final OptionHandlerFilterOptionHandlerFilter.PUBLICPrint all non-hidden options.static final OptionHandlerFilterOptionHandlerFilter.REQUIREDPrint 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 voidCmdLineParser.printOption(PrintWriter out, OptionHandler handler, int len, ResourceBundle rb, OptionHandlerFilter filter) Prints usage information for a given option.voidCmdLineParser.printUsage(Writer out, ResourceBundle rb, OptionHandlerFilter filter) Prints the list of all the non-hidden options and their usages to the screen.
OptionHandlerFilter