org.codehaus.cargo.container.resin
Class ResinInstalledLocalDeployer

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.AbstractInstalledLocalDeployer
                  extended by org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
                      extended by org.codehaus.cargo.container.resin.ResinInstalledLocalDeployer
All Implemented Interfaces:
Deployer, Loggable

public class ResinInstalledLocalDeployer
extends AbstractCopyingInstalledLocalDeployer

Static deployer that deploys WARs to the Resin webapps directory.

Version:
$Id: ResinInstalledLocalDeployer.java 1705 2008-09-02 13:14:55Z adriana $

Constructor Summary
ResinInstalledLocalDeployer(InstalledLocalContainer container)
          
 
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, deployExpandedRar, deployExpandedSar, deployExpandedWar, deployFile, deployRar, deploySar, deployWar, setShouldDeployExpandedRARs, setShouldDeployExpandedSARs, 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, 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(InstalledLocalContainer container)

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.

Specified by:
getDeployableDir in class AbstractCopyingInstalledLocalDeployer
Returns:
Deployable directory


Copyright © 2004-2011 Codehaus. All Rights Reserved.