public interface HelpLine
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getIndent() |
Option |
getOption() |
String |
usage(Set helpSettings,
Comparator comparator)
Builds a usage string for the option using the specified settings and
comparator.
|
String getDescription()
int getIndent()
String usage(Set helpSettings, Comparator comparator)
helpSettings - the settings to applycomparator - a comparator to sort options when applicableCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.