public interface HelpFormatter
Represents objects charged with taking a set of option descriptions and producing some help text from them.
| Modifier and Type | Method and Description |
|---|---|
String |
format(Map<String,? extends OptionDescriptor> options)
Produces help text, given a set of option descriptors.
|
String format(Map<String,? extends OptionDescriptor> options)
options - descriptors for the configured options of a parserOptionParser.printHelpOn(java.io.Writer),
OptionParser.formatHelpWith(HelpFormatter)Copyright © 2017. All Rights Reserved.