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