net.dpml.cli
public interface HelpLine
Version: @PROJECT-VERSION@
| Method Summary | |
|---|---|
| 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.
|
Returns: The description of the option
Returns: The level of indentation for this line
Returns: The Option that the help line relates to
Parameters: helpSettings the settings to apply comparator a comparator to sort options when applicable
Returns: the usage string