Uses of Class
org.apache.commons.cli.help.OptionFormatter
Packages that use OptionFormatter
-
Uses of OptionFormatter in org.apache.commons.cli.help
Methods in org.apache.commons.cli.help that return OptionFormatterModifier and TypeMethodDescriptionBuild an OptionFormatter to format the specified option.static OptionFormatterOptionFormatter.Builder.get()final OptionFormatterAbstractHelpFormatter.getOptionFormatter(Option option) Constructs anOptionFormatterfor the specifiedOption.Method parameters in org.apache.commons.cli.help with type arguments of type OptionFormatterModifier and TypeMethodDescriptionOptionFormatter.Builder.setSyntaxFormatFunction(BiFunction<OptionFormatter, Boolean, String> syntaxFormatFunction) Specifies the function to convert anOptionFormatterinto the syntax format for the option.Constructors in org.apache.commons.cli.help with parameters of type OptionFormatterModifierConstructorDescriptionBuilder(OptionFormatter optionFormatter) Constructor that takes the arguments from the suppliedOptionFormatter