Uses of Interface
org.codehaus.cargo.container.EmbeddedLocalContainer
-
-
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.jetty
Classes in org.codehaus.cargo.container.jetty that implement EmbeddedLocalContainer Modifier and Type Class Description classJetty10xEmbeddedLocalContainerA Jetty 10.x instance running embedded.classJetty11xEmbeddedLocalContainerA Jetty 11.x instance running embedded.classJetty12xEmbeddedLocalContainerA Jetty 12.x instance running embedded.classJetty5xEmbeddedLocalContainerA Jetty 5.x instance running embedded.classJetty6xEmbeddedLocalContainerA Jetty 6.x instance running embedded.classJetty7xEmbeddedLocalContainerA Jetty 7.x instance running embedded.classJetty8xEmbeddedLocalContainerA Jetty 8.x instance running embedded.classJetty9xEmbeddedLocalContainerA Jetty 9.x instance running embedded.Constructors in org.codehaus.cargo.container.jetty with parameters of type EmbeddedLocalContainer Constructor Description Jetty12xEmbeddedLocalDeployer(EmbeddedLocalContainer container)Jetty5xEmbeddedLocalDeployer(EmbeddedLocalContainer container)Jetty6xEmbeddedLocalDeployer(EmbeddedLocalContainer container)Jetty7x8x9x10x11xEmbeddedLocalDeployer(EmbeddedLocalContainer container) -
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.jetty.internal
Classes in org.codehaus.cargo.container.jetty.internal that implement EmbeddedLocalContainer Modifier and Type Class Description classAbstractJettyEmbeddedLocalContainerCommon code for all Jetty embedded container implementations.Constructors in org.codehaus.cargo.container.jetty.internal with parameters of type EmbeddedLocalContainer Constructor Description AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer container) -
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.spi
Classes in org.codehaus.cargo.container.spi that implement EmbeddedLocalContainer Modifier and Type Class Description classAbstractEmbeddedLocalContainerDefault container implementation that all local embedded container implementations must extend. -
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.spi.deployer
Constructors in org.codehaus.cargo.container.spi.deployer with parameters of type EmbeddedLocalContainer Constructor Description AbstractEmbeddedLocalDeployer(EmbeddedLocalContainer container) -
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.tomcat
Classes in org.codehaus.cargo.container.tomcat that implement EmbeddedLocalContainer Modifier and Type Class Description classTomcat10xEmbeddedLocalContainerEmbedded Tomcat 10.x container.classTomcat11xEmbeddedLocalContainerEmbedded Tomcat 11.x container.classTomcat5xEmbeddedLocalContainerEmbedded Tomcat 5.x container.classTomcat6xEmbeddedLocalContainerEmbedded Tomcat 6.x container.classTomcat7xEmbeddedLocalContainerEmbedded Tomcat 7.x container.classTomcat8xEmbeddedLocalContainerEmbedded Tomcat 8.x container.classTomcat9xEmbeddedLocalContainerEmbedded Tomcat 9.x container.Constructors in org.codehaus.cargo.container.tomcat with parameters of type EmbeddedLocalContainer Constructor Description TomcatEmbeddedLocalDeployer(EmbeddedLocalContainer container)Creates a new deployer forAbstractCatalinaEmbeddedLocalContainer. -
Uses of EmbeddedLocalContainer in org.codehaus.cargo.container.tomcat.internal
Classes in org.codehaus.cargo.container.tomcat.internal that implement EmbeddedLocalContainer Modifier and Type Class Description classAbstractCatalinaEmbeddedLocalContainerBase support for Catalina based embedded local containers.
-