public class ProcessedCommand extends Object
Constructor and Description |
---|
ProcessedCommand(String raw) |
ProcessedCommand(String raw,
int cursorPosition) |
Modifier and Type | Method and Description |
---|---|
Argument |
getArgument(int n) |
List<Argument> |
getArguments() |
String |
getCommand() |
String |
getCommandLine() |
Argument |
getCurrentArgument() |
boolean |
isCommandComplete() |
public ProcessedCommand(String raw)
public ProcessedCommand(String raw, int cursorPosition)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.