Class TomeeCopyingInstalledLocalDeployer
- 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.tomcat.TomcatCopyingInstalledLocalDeployer
-
- org.codehaus.cargo.container.tomee.TomeeCopyingInstalledLocalDeployer
-
public class TomeeCopyingInstalledLocalDeployer extends TomcatCopyingInstalledLocalDeployer
Static deployer that deploys EARs, EJBs and WARs to the TomEE directories.
-
-
Constructor Summary
Constructors Constructor Description TomeeCopyingInstalledLocalDeployer(LocalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.-
Methods inherited from class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
doDeploy, getDeployableName, setShouldCopyWars, undeploy
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
canBeDeployed, deploy, setShouldDeployExpanded, shouldDeployExpanded
-
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
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
TomeeCopyingInstalledLocalDeployer
public TomeeCopyingInstalledLocalDeployer(LocalContainer container)
-
-
Method Detail
-
getDeployableDir
public String getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.. For Tomcat this is thewebapps
directory.. For TomEE this is theapps
directory for EARs as well as EJBs and thewebapps
directory for WARs.- Overrides:
getDeployableDir
in classTomcatCopyingInstalledLocalDeployer
- Parameters:
deployable
- Deployable to deploy.- Returns:
- Deployable directory
-
-