Uses of Class
org.apache.commons.cli.help.OptionFormatter
-
Packages that use OptionFormatter Package Description org.apache.commons.cli.help The help production system. -
-
Uses of OptionFormatter in org.apache.commons.cli.help
Methods in org.apache.commons.cli.help that return OptionFormatter Modifier and Type Method Description OptionFormatterOptionFormatter.Builder. build(Option option)Build an OptionFormatter to format the specified option.static OptionFormatterOptionFormatter. from(Option option)OptionFormatterOptionFormatter.Builder. get()OptionFormatterAbstractHelpFormatter. getOptionFormatter(Option option)Constructs anOptionFormatterfor the specifiedOption.Method parameters in org.apache.commons.cli.help with type arguments of type OptionFormatter Modifier and Type Method Description OptionFormatter.BuilderOptionFormatter.Builder. setSyntaxFormatFunction(java.util.function.BiFunction<OptionFormatter,java.lang.Boolean,java.lang.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 OptionFormatter Constructor Description Builder(OptionFormatter optionFormatter)Constructor that takes the arguments from the suppliedOptionFormatter
-