private class CommandLine.Option extends CommandLine.HelpElement
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
description |
private java.lang.String |
image |
private java.lang.String |
parameter |
private java.lang.String |
value |
| Modifier | Constructor and Description |
|---|---|
private |
Option() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
print(java.io.PrintStream stream,
int descriptionCol) |
private java.lang.String description
private java.lang.String image
private java.lang.String value
private java.lang.String parameter
protected void print(java.io.PrintStream stream,
int descriptionCol)
print in class CommandLine.HelpElement