public interface BasicCommand extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getArgument(int i) |
int |
getArgumentCount()
Get the number of arguments associated with this command
|
Object[] |
getArguments() |
String |
getCommand()
Get the root command name (the zeroth token)
|
default String |
prettyToString() |
int getArgumentCount()
String getCommand()
Object getArgument(int i)
Object[] getArguments()
default String prettyToString()
Copyright © 2016 LSST. All rights reserved.