Uses of Interface
org.codehaus.cargo.container.deployer.Deployer

Packages that use Deployer
org.codehaus.cargo.container.spi.deployer   
 

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

Classes in org.codehaus.cargo.container.spi.deployer that implement Deployer
 class AbstractCopyingInstalledLocalDeployer
          Local deployer that deploys WARs, EJBs and EARs to a deployable directory of the given installed container.
 class AbstractDeployer
          Base deployer for local and remote deployments.
 class AbstractEmbeddedLocalDeployer
          Base deployer to deploy to embedded local containers.
 class AbstractInstalledLocalDeployer
          Base deployer to deploy to installed local containers.
 class AbstractLocalDeployer
          Base deployer to deploy to local containers (installed or embedded).
 class AbstractRemoteDeployer
          Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one).
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.