public class DefaultRemoteCommand extends Object implements RemoteCommand
RemoteCommand
Constructor and Description |
---|
DefaultRemoteCommand(String command,
String[] args) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandURLString() |
static RemoteCommand |
parse(String inputLine)
Factory method to create a RemoteCommand from a wiki-style input string
|
String |
toString() |
public String getCommandURLString()
getCommandURLString
in interface RemoteCommand
public static RemoteCommand parse(String inputLine)
inputLine
- wiki-style input stringCopyright © 2016. All rights reserved.