org.robotframework.remoteserver.library
Class StaticApiRemoteLibrary

java.lang.Object
  extended by org.robotframework.remoteserver.library.StaticApiRemoteLibrary
All Implemented Interfaces:
RemoteLibrary

public class StaticApiRemoteLibrary
extends Object
implements RemoteLibrary


Constructor Summary
protected StaticApiRemoteLibrary(Object library)
           
 
Method Summary
 String[] getKeywordArguments(String keyword)
           
 String getKeywordDocumentation(String keyword)
           
 String[] getKeywordNames()
           
 String getName()
           
 Object runKeyword(String keywordName, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticApiRemoteLibrary

protected StaticApiRemoteLibrary(Object library)
Method Detail

getKeywordNames

public String[] getKeywordNames()
Specified by:
getKeywordNames in interface RemoteLibrary

runKeyword

public Object runKeyword(String keywordName,
                         Object[] args)
Specified by:
runKeyword in interface RemoteLibrary

getKeywordArguments

public String[] getKeywordArguments(String keyword)
Specified by:
getKeywordArguments in interface RemoteLibrary

getKeywordDocumentation

public String getKeywordDocumentation(String keyword)
Specified by:
getKeywordDocumentation in interface RemoteLibrary

getName

public String getName()
Specified by:
getName in interface RemoteLibrary


Copyright © 2012. All Rights Reserved.