Uses of Class
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer

Packages that use AbstractLocalDeployer
org.codehaus.cargo.container.geronimo   
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jetty   
org.codehaus.cargo.container.jetty.internal   
org.codehaus.cargo.container.jo   
org.codehaus.cargo.container.jrun   
org.codehaus.cargo.container.resin   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.weblogic   
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.geronimo
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.geronimo
 class GeronimoInstalledLocalDeployer
          A Geronimo deploytool-based deployer to perform deployment to a local container.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jboss
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jboss
 class JBossInstalledLocalDeployer
          Static deployer that deploys WARs and EARs to the JBoss deploy directory.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty
 class Jetty4xEmbeddedLocalDeployer
          Deployer to deploy to a Jetty 4.x (embedded) container.
 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 Jetty6xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 6.x installed instance.
 class Jetty7xEmbeddedLocalDeployer
          A deployer for webapps that deploys to a Jetty 7.x instance running embedded.
 class Jetty7xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 7.x installed instance.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty.internal
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jetty.internal
 class AbstractJettyEmbeddedLocalDeployer
          Base class for all Jetty deployers.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jo
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jo
 class Jo1xInstalledLocalDeployer
          Static deployer that deploys WARs to the jo! webapp/host directory.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.jrun
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.jrun
 class JRun4xInstalledLocalDeployer
          Static deployer that deploys WARs to the JRun servers/server_name directory.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.resin
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.resin
 class ResinInstalledLocalDeployer
          Static deployer that deploys WARs to the Resin webapps directory.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.spi.deployer
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.spi.deployer
 class AbstractCopyingInstalledLocalDeployer
          Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the given installed container.
 class AbstractEmbeddedLocalDeployer
          Base deployer to deploy to embedded local containers.
 class AbstractInstalledLocalDeployer
          Base deployer to deploy to installed local containers.
 class AbstractSwitchableLocalDeployer
          Implementation decides how to deploy or undeploy based on the running state of the server.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.tomcat
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.tomcat
 class Tomcat5xEmbeddedLocalDeployer
          Deployer for deploying to embedded Tomcat container.
 class TomcatCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the Tomcat webapps directory.
 

Uses of AbstractLocalDeployer in org.codehaus.cargo.container.weblogic
 

Subclasses of AbstractLocalDeployer in org.codehaus.cargo.container.weblogic
 class WebLogic8xConfigXmlInstalledLocalDeployer
          Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
 class WebLogic8xSwitchableLocalDeployer
          Changes config.xml if the server is down.
 class WebLogic9xConfigXmlInstalledLocalDeployer
          Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.
 class WebLogicCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the WebLogic auto-deploy directory.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.