Class ArquillianAppProvider

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.jboss.arquillian.container.jetty.embedded_12_ee9.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle

    addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
  • Constructor Details

  • Method Details

    • 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
    • getEnvironmentName

      public String getEnvironmentName()
      Specified by:
      getEnvironmentName in interface org.eclipse.jetty.deploy.AppProvider
    • setDeploymentManager

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