| Package | Description |
|---|---|
| org.jline.console |
| Modifier and Type | Method and Description |
|---|---|
CmdLine.DescriptionType |
CmdLine.getDescriptionType() |
static CmdLine.DescriptionType |
CmdLine.DescriptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmdLine.DescriptionType[] |
CmdLine.DescriptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmdLine(String line,
String head,
String tail,
List<String> args,
CmdLine.DescriptionType descType)
CmdLine class constructor.
|
Copyright © 2020. All rights reserved.