org.codehaus.cargo.container.spi.deployer
Class AbstractEmbeddedLocalDeployer

java.lang.Object
  extended by org.codehaus.cargo.util.log.LoggedObject
      extended by org.codehaus.cargo.container.spi.deployer.AbstractDeployer
          extended by org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
              extended by org.codehaus.cargo.container.spi.deployer.AbstractEmbeddedLocalDeployer
All Implemented Interfaces:
Deployer, org.codehaus.cargo.util.log.Loggable

public abstract class AbstractEmbeddedLocalDeployer
extends AbstractLocalDeployer

Base deployer to deploy to embedded local containers.

Version:
$Id: AbstractEmbeddedLocalDeployer.java 1152 2006-07-26 13:35:01Z vmassol $

Constructor Summary
AbstractEmbeddedLocalDeployer(EmbeddedLocalContainer container)
          
 
Method Summary
 DeployerType getType()
          
 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
getContainer, getFileHandler, setFileHandler
 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, deploy, redeploy, start, stop, undeploy
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

AbstractEmbeddedLocalDeployer

public AbstractEmbeddedLocalDeployer(EmbeddedLocalContainer container)

See Also:
AbstractLocalDeployer.AbstractLocalDeployer(org.codehaus.cargo.container.LocalContainer)
Method Detail

getType

public DeployerType getType()

Returns:
the deployer's type (local, remote, etc)
See Also:
Deployer.getType()


Copyright © 2004-2009 Codehaus. All Rights Reserved.