org.codehaus.cargo.container.spi.deployer
Class AbstractEmbeddedLocalDeployer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
- All Implemented Interfaces:
- Deployer, Loggable
- Direct Known Subclasses:
- AbstractJettyEmbeddedLocalDeployer
public abstract class AbstractEmbeddedLocalDeployer
- extends AbstractLocalDeployer
Base deployer to deploy to embedded local containers.
- Version:
- $Id: AbstractEmbeddedLocalDeployer.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEmbeddedLocalDeployer
public AbstractEmbeddedLocalDeployer(EmbeddedLocalContainer container)
-
- See Also:
AbstractLocalDeployer.AbstractLocalDeployer(org.codehaus.cargo.container.LocalContainer)
getType
public DeployerType getType()
-
- Returns:
- the deployer's type (local, remote, etc)
- See Also:
Deployer.getType()
Copyright © 2004-2012 Codehaus. All Rights Reserved.