public class RosShellCommand extends Object implements burlap.shell.command.ShellCommand
| Modifier and Type | Class and Description |
|---|---|
protected class |
RosShellCommand.SingleEchoer |
| Modifier and Type | Field and Description |
|---|---|
protected joptsimple.OptionParser |
parser |
protected ros.RosBridge |
ros |
| Constructor and Description |
|---|
RosShellCommand(ros.RosBridge ros) |
| Modifier and Type | Method and Description |
|---|---|
int |
call(burlap.shell.BurlapShell shell,
String argString,
Scanner is,
PrintStream os) |
String |
commandName() |
protected String[] |
parseWithQuotesAndEscapedQuotes(String input) |
public String commandName()
commandName in interface burlap.shell.command.ShellCommandpublic int call(burlap.shell.BurlapShell shell,
String argString,
Scanner is,
PrintStream os)
call in interface burlap.shell.command.ShellCommandCopyright © 2016. All rights reserved.