org.robotframework.remoteserver.context
Interface Context

All Known Implementing Classes:
RemoteServerServlet

public interface Context


Method Summary
 RemoteLibrary getLibrary()
           
 RemoteServer getRemoteServer()
           
 

Method Detail

getRemoteServer

RemoteServer getRemoteServer()
Returns:
RemoteServer in the current context

getLibrary

RemoteLibrary getLibrary()
Returns:
RemoteLibrary in the current context


Copyright © 2012. All Rights Reserved.