public class RawCommand extends Object implements BasicCommand
| Constructor and Description |
|---|
RawCommand(String command,
List<Object> arguments)
Builds a Raw Command.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArgumentCount()
Get the number of arguments associated with this command
|
String |
getCommand()
Get the root command name (the zeroth token)
|
public String getCommand()
getCommand in interface BasicCommandpublic int getArgumentCount()
getArgumentCount in interface BasicCommandCopyright © 2013 LSST. All Rights Reserved.