org.codehaus.cargo.container.jo
Class Jo1xInstalledLocalDeployer

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.jo.Jo1xInstalledLocalDeployer
All Implemented Interfaces:
org.codehaus.cargo.container.deployer.Deployer, org.codehaus.cargo.util.log.Loggable

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

Static deployer that deploys WARs to the jo! webapp/host directory.

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

Constructor Summary
Jo1xInstalledLocalDeployer(org.codehaus.cargo.container.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, 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

Jo1xInstalledLocalDeployer

public Jo1xInstalledLocalDeployer(org.codehaus.cargo.container.InstalledLocalContainer container)

See Also:
AbstractCopyingInstalledLocalDeployer.AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer)
Method Detail

getDeployableDir

public java.lang.String getDeployableDir()
Specifies the directory Deployables should be copied to. For jo! this is the webapp/host directory.

Specified by:
getDeployableDir in class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
Returns:
Deployable directory


Copyright © 2004-2010 Codehaus. All Rights Reserved.