org.codehaus.cargo.container.spi.deployer
Class AbstractRemoteDeployer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractRemoteDeployer
- All Implemented Interfaces:
- Deployer, Loggable
- Direct Known Subclasses:
- AbstractTomcatManagerDeployer, JBossRemoteDeployer, JettyRemoteDeployer
public abstract class AbstractRemoteDeployer
- extends AbstractDeployer
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).
- Version:
- $Id: AbstractRemoteDeployer.java 969 2006-03-27 11:34:18Z vmassol $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRemoteDeployer
public AbstractRemoteDeployer()
getType
public DeployerType getType()
-
- Returns:
- the deployer's type (local, remote, etc)
- See Also:
Deployer.getType()
Copyright © 2004-2012 Codehaus. All Rights Reserved.