org.robotframework.remoteserver.library
Class DefaultRemoteLibraryFactory

java.lang.Object
  extended by org.robotframework.remoteserver.library.DefaultRemoteLibraryFactory
All Implemented Interfaces:
RemoteLibraryFactory

public class DefaultRemoteLibraryFactory
extends Object
implements RemoteLibraryFactory


Constructor Summary
DefaultRemoteLibraryFactory()
           
 
Method Summary
 RemoteLibrary createRemoteLibrary(Object library)
           
protected static Method getMethod(Class<?> clazz, org.robotframework.remoteserver.library.DefaultRemoteLibraryFactory.MethodType type)
           
protected static boolean isDynamic(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRemoteLibraryFactory

public DefaultRemoteLibraryFactory()
Method Detail

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.