org.codehaus.cargo.container.resin
Class ResinInstalledLocalDeployer

java.lang.Object
  extended byorg.codehaus.cargo.util.log.LoggedObject
      extended byorg.codehaus.cargo.container.spi.deployer.AbstractDeployer
          extended byorg.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
              extended byorg.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
                  extended byorg.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
                      extended byorg.codehaus.cargo.container.resin.ResinInstalledLocalDeployer
All Implemented Interfaces:
org.codehaus.cargo.container.deployer.Deployer, org.codehaus.cargo.util.log.Loggable

public class ResinInstalledLocalDeployer
extends org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer

Static deployer that deploys WARs to the Resin webapps directory.

Version:
$Id: ResinInstalledLocalDeployer.java 1160 2006-07-30 20:15:34Z vmassol $

Constructor Summary
ResinInstalledLocalDeployer(org.codehaus.cargo.container.InstalledLocalContainer container)
          {@inheritDoc}
 
Method Summary
 java.lang.String getDeployableDir()
          Specifies the directory Deployables should be copied to.
 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
canBeDeployed, deploy, deployEar, deployEjb, deployExpandedWar, deployWar, setShouldDeployExpandedWARs
 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
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, 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

ResinInstalledLocalDeployer

public ResinInstalledLocalDeployer(org.codehaus.cargo.container.InstalledLocalContainer container)
{@inheritDoc}

See Also:
AbstractCopyingInstalledLocalDeployer.AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer)
Method Detail

getDeployableDir

public java.lang.String getDeployableDir()
Specifies the directory Deployables should be copied to. For Resin this is the webapps directory.

Returns:
Deployable directory


Copyright © 2004-2008 Codehaus. All Rights Reserved.