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

Packages that use AbstractInstalledLocalDeployer
org.codehaus.cargo.container.geronimo   
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jetty   
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 AbstractInstalledLocalDeployer in org.codehaus.cargo.container.geronimo
 

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

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

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

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

Subclasses of AbstractInstalledLocalDeployer in org.codehaus.cargo.container.jetty
 class Jetty6xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 6.x installed instance.
 class Jetty7xInstalledLocalDeployer
          A deployer for webapps that deploys to a Jetty 7.x installed instance.
 

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

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

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

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

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

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

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

Subclasses of AbstractInstalledLocalDeployer 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 AbstractSwitchableLocalDeployer
          Implementation decides how to deploy or undeploy based on the running state of the server.
 

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

Subclasses of AbstractInstalledLocalDeployer in org.codehaus.cargo.container.tomcat
 class TomcatCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the Tomcat webapps directory.
 

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

Subclasses of AbstractInstalledLocalDeployer 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.