Uses of Class
org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
-
Packages that use AbstractEmbeddedLocalDeployer Package Description org.codehaus.cargo.container.jetty org.codehaus.cargo.container.jetty.internal -
-
Uses of AbstractEmbeddedLocalDeployer in org.codehaus.cargo.container.jetty
Subclasses of AbstractEmbeddedLocalDeployer in org.codehaus.cargo.container.jetty Modifier and Type Class Description class
Jetty5xEmbeddedLocalDeployer
Deploys webapps to a Jetty 5.x instance running embedded.class
Jetty6xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x instance running embedded.class
Jetty7x8x9x10x11xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x onwards instance running embedded. -
Uses of AbstractEmbeddedLocalDeployer in org.codehaus.cargo.container.jetty.internal
Subclasses of AbstractEmbeddedLocalDeployer in org.codehaus.cargo.container.jetty.internal Modifier and Type Class Description class
AbstractJettyEmbeddedLocalDeployer
Base class for all Jetty deployers.
-