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 TypeClassDescriptionclassAn abstract implementation ofHelpAppendablethat writes output to anAppendableinstance.classWrites text format output.Methods in org.apache.commons.cli.help that return HelpAppendableModifier and TypeMethodDescriptionprotected HelpAppendableAbstractHelpFormatter.Builder.getHelpAppendable()GetsHelpAppendable.protected HelpAppendableAbstractHelpFormatter.getHelpAppendable()Gets the help appendable.final HelpAppendableAbstractHelpFormatter.getSerializer()Gets theHelpAppendableassociated with this help formatter.Methods in org.apache.commons.cli.help with parameters of type HelpAppendableModifier and TypeMethodDescriptionAbstractHelpFormatter.Builder.setHelpAppendable(HelpAppendable helpAppendable) Sets theHelpAppendable.