private class CommandLine.AdditionalHelpText extends CommandLine.HelpElement
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
description |
private boolean |
indentToDescriptionColumn |
| Modifier | Constructor and Description |
|---|---|
private |
AdditionalHelpText() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
print(java.io.PrintStream ps,
int descriptionCol) |
private java.lang.String description
private boolean indentToDescriptionColumn
protected void print(java.io.PrintStream ps,
int descriptionCol)
print in class CommandLine.HelpElement