com.thoughtworks.selenium
Class DefaultRemoteCommand

java.lang.Object
  extended by com.thoughtworks.selenium.DefaultRemoteCommand
All Implemented Interfaces:
RemoteCommand

public class DefaultRemoteCommand
extends Object
implements RemoteCommand

The default implementation of the RemoteCommand interface

Version:
$Revision: 15204 $
Author:
Paul Hammant
See Also:
RemoteCommand

Constructor Summary
DefaultRemoteCommand(String command, String[] args)
           
 
Method Summary
 String getCommandURLString()
          Return the URL query string which will be sent to the browser
static RemoteCommand parse(String inputLine)
          Factory method to create a RemoteCommand from a wiki-style input string
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultRemoteCommand

public DefaultRemoteCommand(String command,
                            String[] args)
Method Detail

getCommandURLString

public 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 String toString()
Overrides:
toString in class Object

parse

public static RemoteCommand parse(String inputLine)
Factory method to create a RemoteCommand from a wiki-style input string



Copyright © 2012. All Rights Reserved.