Uses of Class
org.apache.commons.cli.help.OptionFormatter
Packages that use OptionFormatter
-
Uses of OptionFormatter in org.apache.commons.cli.help
Fields in org.apache.commons.cli.help with type parameters of type OptionFormatterModifier and TypeFieldDescriptionprivate BiFunction<OptionFormatter, Boolean, String> OptionFormatter.Builder.syntaxFormatFunctionA function to convert theOptionFormatterinto an entry in the syntax description.private final BiFunction<OptionFormatter, Boolean, String> OptionFormatter.syntaxFormatFunctionThe method to convert an Option formatter into a syntax notation.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