org.robotframework.remoteserver.library
Class StaticApiRemoteLibrary
java.lang.Object
org.robotframework.remoteserver.library.StaticApiRemoteLibrary
- All Implemented Interfaces:
- RemoteLibrary
public class StaticApiRemoteLibrary
- extends Object
- implements RemoteLibrary
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticApiRemoteLibrary
protected StaticApiRemoteLibrary(Object library)
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.