com.mycila.testing.plugins.jetty
Class ServerWebappActions

java.lang.Object
  extended by com.mycila.testing.plugins.jetty.ServerWebappActions

public class ServerWebappActions
extends Object


Constructor Summary
ServerWebappActions()
           
 
Method Summary
 void createServer(TestExecution testExecution, Config config)
           
 void createWebAppContext(Config config)
           
 org.eclipse.jetty.server.Server getServer()
           
 org.eclipse.jetty.webapp.WebAppContext getWebAppContext()
           
 boolean hasServer()
           
 boolean hasWebAppContext()
           
 void setServer(org.eclipse.jetty.server.Server server)
           
 void setWebAppContext(org.eclipse.jetty.webapp.WebAppContext webAppContext)
           
 void startServer(Config config)
           
 void startWebApp(Config config)
           
 void stopServer(Config config)
           
 void stopWebapp(Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerWebappActions

public ServerWebappActions()
Method Detail

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.