org.robotframework.remoteserver.library
Class DefaultRemoteLibraryFactory
java.lang.Object
org.robotframework.remoteserver.library.DefaultRemoteLibraryFactory
- All Implemented Interfaces:
- RemoteLibraryFactory
public class DefaultRemoteLibraryFactory
- extends Object
- implements RemoteLibraryFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRemoteLibraryFactory
public DefaultRemoteLibraryFactory()
createRemoteLibrary
public RemoteLibrary createRemoteLibrary(Object library)
- Specified by:
createRemoteLibrary in interface RemoteLibraryFactory
isDynamic
protected static boolean isDynamic(Class<?> clazz)
getMethod
protected static Method getMethod(Class<?> clazz,
org.robotframework.remoteserver.library.DefaultRemoteLibraryFactory.MethodType type)
Copyright © 2012. All Rights Reserved.