Uses of Interface
org.apache.commons.cli.help.HelpAppendable
Packages that use HelpAppendable
-
Uses of HelpAppendable in org.apache.commons.cli.help
Classes in org.apache.commons.cli.help that implement HelpAppendableModifier and TypeClassDescriptionclass
An abstract implementation ofHelpAppendable
that writes output to anAppendable
instance.class
Writes text format output.Methods in org.apache.commons.cli.help that return HelpAppendableModifier and TypeMethodDescriptionprotected HelpAppendable
AbstractHelpFormatter.Builder.getHelpAppendable()
GetsHelpAppendable
.protected HelpAppendable
AbstractHelpFormatter.getHelpAppendable()
Gets the help appendable.final HelpAppendable
AbstractHelpFormatter.getSerializer()
Gets theHelpAppendable
associated with this help formatter.Methods in org.apache.commons.cli.help with parameters of type HelpAppendableModifier and TypeMethodDescriptionAbstractHelpFormatter.Builder.setHelpAppendable
(HelpAppendable helpAppendable) Sets theHelpAppendable
.