org.codehaus.cargo.container.jrun
Class JRun4xInstalledLocalDeployer

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.jrun.JRun4xInstalledLocalDeployer
All Implemented Interfaces:
Deployer, Loggable

public class JRun4xInstalledLocalDeployer
extends AbstractCopyingInstalledLocalDeployer

Static deployer that deploys WARs to the JRun servers/server_name directory.

Version:
$Id: JRunInstalledLocalDeployer.java $

Constructor Summary
JRun4xInstalledLocalDeployer(InstalledLocalContainer container)
          
 
Method Summary
 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

JRun4xInstalledLocalDeployer

public JRun4xInstalledLocalDeployer(InstalledLocalContainer container)

See Also:
AbstractCopyingInstalledLocalDeployer.AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer)
Method Detail

getDeployableDir

public String getDeployableDir()
Specifies the directory Deployables should be copied to. For JRun this is the servers/server_name directory.

Specified by:
getDeployableDir in class AbstractCopyingInstalledLocalDeployer
Returns:
Deployable directory


Copyright © 2004-2012 Codehaus. All Rights Reserved.