Uses of Interface
org.kohsuke.args4j.OptionHandlerFilter
-
Packages that use OptionHandlerFilter Package Description org.kohsuke.args4j Core classes of the Args4J command line parser. -
-
Uses of OptionHandlerFilter in org.kohsuke.args4j
Classes in org.kohsuke.args4j that implement OptionHandlerFilter Modifier and Type Class Description classExampleModeDeprecated.Fields in org.kohsuke.args4j declared as OptionHandlerFilter Modifier and Type Field Description static OptionHandlerFilterOptionHandlerFilter. ALLPrint all defined options in the example.static OptionHandlerFilterOptionHandlerFilter. PUBLICPrint all non-hidden options.static OptionHandlerFilterOptionHandlerFilter. REQUIREDPrint all required options.Methods in org.kohsuke.args4j with parameters of type OptionHandlerFilter Modifier and Type Method Description java.lang.StringCmdLineParser. printExample(OptionHandlerFilter filter)Formats a command line example into a string.java.lang.StringCmdLineParser. printExample(OptionHandlerFilter mode, java.util.ResourceBundle rb)Formats a command line example into a string.protected voidCmdLineParser. printOption(java.io.PrintWriter out, OptionHandler handler, int len, java.util.ResourceBundle rb, OptionHandlerFilter filter)Prints usage information for a given option.voidCmdLineParser. printUsage(java.io.Writer out, java.util.ResourceBundle rb, OptionHandlerFilter filter)Prints the list of all the non-hidden options and their usages to the screen.
-