org.codehaus.cargo.container.jo
Class Jo1xInstalledLocalDeployer

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.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)
          {@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

Jo1xInstalledLocalDeployer

public Jo1xInstalledLocalDeployer(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 jo! this is the webapp/host directory.

Returns:
Deployable directory


Copyright © 2004-2008 Codehaus. All Rights Reserved.