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

Packages that use AbstractCopyingInstalledLocalDeployer
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.tomcat   
org.codehaus.cargo.container.weblogic   
 

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

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

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

Subclasses of AbstractCopyingInstalledLocalDeployer 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 AbstractCopyingInstalledLocalDeployer in org.codehaus.cargo.container.jo
 

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

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

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

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

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

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

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

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

Subclasses of AbstractCopyingInstalledLocalDeployer in org.codehaus.cargo.container.weblogic
 class WebLogicCopyingInstalledLocalDeployer
          Static deployer that deploys WARs to the WebLogic auto-deploy directory.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.