public interface HelpLine
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
int |
getIndent() |
Option |
getOption() |
java.lang.String |
usage(java.util.Set helpSettings,
java.util.Comparator comparator)
Builds a usage string for the option using the specified settings and
comparator.
|
java.lang.String getDescription()
int getIndent()
java.lang.String usage(java.util.Set helpSettings, java.util.Comparator comparator)
helpSettings - the settings to applycomparator - a comparator to sort options when applicable