Modifier and Type | Class | Description |
---|---|---|
static class |
Widgets.CmdLine.DescriptionType |
Constructor | Description |
---|---|
CmdLine(String line,
String head,
String tail,
List<String> args,
Widgets.CmdLine.DescriptionType descType) |
CmdLine class constructor.
|
Modifier and Type | Method | Description |
---|---|---|
List<String> |
getArgs() |
|
Widgets.CmdLine.DescriptionType |
getDescriptionType() |
|
String |
getHead() |
|
String |
getLine() |
|
String |
getTail() |
public CmdLine(String line, String head, String tail, List<String> args, Widgets.CmdLine.DescriptionType descType)
line
- Command linehead
- Command line til cursor, method parameters and opening parenthesis before the cursor are removed.tail
- Command line after cursor, method parameters and closing parenthesis after the cursor are removed.args
- Parsed command line arguments.descType
- Request COMMAND, METHOD or SYNTAX descriptionCopyright © 2020. All rights reserved.