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
 
 
 
 
 
 
- 
 public class JRun4xInstalledLocalDeployer extends AbstractCopyingInstalledLocalDeployer Static deployer that deploys WARs to the JRunservers/server_namedirectory.
- 
- 
Constructor SummaryConstructors Constructor Description JRun4xInstalledLocalDeployer(LocalContainer container)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.- 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployercanBeDeployed, deploy, doDeploy, getDeployableName, setShouldDeployExpanded, shouldDeployExpanded
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployergetType
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployergetContainer, getFileHandler
 - 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployerdeploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy, undeploy
 - 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObjectgetLogger, setLogger
 
- 
 
- 
- 
- 
Constructor Detail- 
JRun4xInstalledLocalDeployerpublic JRun4xInstalledLocalDeployer(LocalContainer container) 
 
- 
 - 
Method Detail- 
getDeployableDirpublic String getDeployableDir(Deployable deployable) Specifies the directoryDeployables should be copied to.. For JRun this is theservers/server_namedirectory.- Specified by:
- getDeployableDirin class- AbstractCopyingInstalledLocalDeployer
- Parameters:
- deployable- Deployable to deploy.
- Returns:
- Deployable directory
 
 
- 
 
-