com.thoughtworks.selenium
Class DefaultRemoteCommand

java.lang.Object
  extended by 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: 13569 $
Author:
Paul Hammant
See Also:
RemoteCommand

Constructor Summary
DefaultRemoteCommand(java.lang.String command, java.lang.String[] args)
           
 
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
 

Constructor Detail

DefaultRemoteCommand

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

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 © 2011. All Rights Reserved.