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 OptionFormatter
OptionFormatter.Builder.get()
final OptionFormatter
AbstractHelpFormatter.getOptionFormatter
(Option option) Constructs anOptionFormatter
for 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 anOptionFormatter
into 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