Class LibertyInstalledLocalDeployer
- 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.liberty.LibertyInstalledLocalDeployer
 
 
 
 
 
 
- 
 public class LibertyInstalledLocalDeployer extends AbstractCopyingInstalledLocalDeployer Deploys the application to the WebSphere Liberty server.
- 
- 
Constructor SummaryConstructors Constructor Description LibertyInstalledLocalDeployer(LocalContainer container)Creates the local deployer.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringgetDeployableDir(Deployable deployable)Get the directory to deploy the application to- 
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployercanBeDeployed, deploy, 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- 
LibertyInstalledLocalDeployerpublic LibertyInstalledLocalDeployer(LocalContainer container) Creates the local deployer.- Parameters:
- container- the container to deploy to
 
 
- 
 - 
Method Detail- 
getDeployableDirpublic String getDeployableDir(Deployable deployable) Get the directory to deploy the application to- Specified by:
- getDeployableDirin class- AbstractCopyingInstalledLocalDeployer
- Parameters:
- deployable- the thing to deploy
- Returns:
- the path to the director to deploy to
 
 - 
doDeployprotected void doDeploy(String deployableDir, Deployable deployable) Do the actual deployment. This can be overriden.- Overrides:
- doDeployin class- AbstractCopyingInstalledLocalDeployer
- Parameters:
- deployableDir- Directory in which to deploy.
- deployable- Deployable to deploy.
 
 
- 
 
-