Uses of Interface
org.apache.commons.cli.help.HelpAppendable
-
Packages that use HelpAppendable Package Description org.apache.commons.cli.help The help production system. -
-
Uses of HelpAppendable in org.apache.commons.cli.help
Classes in org.apache.commons.cli.help that implement HelpAppendable Modifier and Type Class Description classFilterHelpAppendableAn abstract implementation ofHelpAppendablethat writes output to anAppendableinstance.classTextHelpAppendableWrites text format output.Methods in org.apache.commons.cli.help that return HelpAppendable Modifier and Type Method Description protected HelpAppendableAbstractHelpFormatter.Builder. getHelpAppendable()GetsHelpAppendable.protected HelpAppendableAbstractHelpFormatter. getHelpAppendable()Gets the help appendable.HelpAppendableAbstractHelpFormatter. getSerializer()Gets theHelpAppendableassociated with this help formatter.Methods in org.apache.commons.cli.help with parameters of type HelpAppendable Modifier and Type Method Description BAbstractHelpFormatter.Builder. setHelpAppendable(HelpAppendable helpAppendable)Sets theHelpAppendable.
-