com.mycila.testing.plugins.jetty
Class ServerWebappActions
java.lang.Object
com.mycila.testing.plugins.jetty.ServerWebappActions
public class ServerWebappActions
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerWebappActions
public ServerWebappActions()
createServer
public void createServer(TestExecution testExecution,
Config config)
startServer
public void startServer(Config config)
throws Exception
- Throws:
Exception
stopServer
public void stopServer(Config config)
throws Exception
- Throws:
Exception
hasServer
public boolean hasServer()
getServer
public org.eclipse.jetty.server.Server getServer()
setServer
public void setServer(org.eclipse.jetty.server.Server server)
createWebAppContext
public void createWebAppContext(Config config)
throws URISyntaxException
- Throws:
URISyntaxException
startWebApp
public void startWebApp(Config config)
throws Exception
- Throws:
Exception
stopWebapp
public void stopWebapp(Config config)
throws Exception
- Throws:
Exception
hasWebAppContext
public boolean hasWebAppContext()
getWebAppContext
public org.eclipse.jetty.webapp.WebAppContext getWebAppContext()
setWebAppContext
public void setWebAppContext(org.eclipse.jetty.webapp.WebAppContext webAppContext)
Copyright © 2010-2011 Mycila. All Rights Reserved.