org.codehaus.cargo.container.jrun
Class JRun4xInstalledLocalDeployer
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
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 $
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRun4xInstalledLocalDeployer
public JRun4xInstalledLocalDeployer(InstalledLocalContainer container)
-
- See Also:
AbstractCopyingInstalledLocalDeployer.AbstractCopyingInstalledLocalDeployer(InstalledLocalContainer)
getDeployableDir
public String getDeployableDir()
- Specifies the directory
Deployable
s 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.