Class ArquillianAppProvider

  • All Implemented Interfaces:
    org.eclipse.jetty.deploy.AppProvider, org.eclipse.jetty.util.component.LifeCycle

    public class ArquillianAppProvider
    extends org.eclipse.jetty.util.component.AbstractLifeCycle
    implements org.eclipse.jetty.deploy.AppProvider
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle

        org.eclipse.jetty.util.component.LifeCycle.Listener
    • Field Summary

      • Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        FAILED, STARTED, STARTING, STOPPED, STOPPING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.jetty.deploy.App createApp​(org.jboss.shrinkwrap.api.Archive<?> archive)  
      org.eclipse.jetty.server.handler.ContextHandler createContextHandler​(org.eclipse.jetty.deploy.App app)  
      void setDeploymentManager​(org.eclipse.jetty.deploy.DeploymentManager deploymentManager)  
      • Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        addEventListener, doStart, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toString
      • Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle

        addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
    • Method Detail

      • createApp

        protected org.eclipse.jetty.deploy.App createApp​(org.jboss.shrinkwrap.api.Archive<?> archive)
      • createContextHandler

        public org.eclipse.jetty.server.handler.ContextHandler createContextHandler​(org.eclipse.jetty.deploy.App app)
                                                                             throws Exception
        Specified by:
        createContextHandler in interface org.eclipse.jetty.deploy.AppProvider
        Throws:
        Exception
      • setDeploymentManager

        public void setDeploymentManager​(org.eclipse.jetty.deploy.DeploymentManager deploymentManager)
        Specified by:
        setDeploymentManager in interface org.eclipse.jetty.deploy.AppProvider