com.thoughtworks.selenium
Class DefaultRemoteCommand
java.lang.Object
com.thoughtworks.selenium.DefaultRemoteCommand
- All Implemented Interfaces:
- RemoteCommand
public class DefaultRemoteCommand
- extends java.lang.Object
- implements RemoteCommand
The default implementation of the RemoteCommand interface
- Version:
- $Revision: 15204 $
- Author:
- Paul Hammant
- See Also:
RemoteCommand
Method Summary |
java.lang.String |
getCommandURLString()
Return the URL query string which will be sent to the browser |
static RemoteCommand |
parse(java.lang.String inputLine)
Factory method to create a RemoteCommand from a wiki-style input string |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultRemoteCommand
public DefaultRemoteCommand(java.lang.String command,
java.lang.String[] args)
getCommandURLString
public java.lang.String getCommandURLString()
- Description copied from interface:
RemoteCommand
- Return the URL query string which will be sent to the browser
- Specified by:
getCommandURLString
in interface RemoteCommand
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
parse
public static RemoteCommand parse(java.lang.String inputLine)
- Factory method to create a RemoteCommand from a wiki-style input string
Copyright © 2012. All Rights Reserved.