Uses of Class
org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
-
Packages that use TomcatCopyingInstalledLocalDeployer Package Description org.codehaus.cargo.container.tomcat org.codehaus.cargo.container.tomcat.internal org.codehaus.cargo.container.tomee -
-
Uses of TomcatCopyingInstalledLocalDeployer in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat that return TomcatCopyingInstalledLocalDeployer Modifier and Type Method Description protected TomcatCopyingInstalledLocalDeployerTomcatExistingLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer. -
Uses of TomcatCopyingInstalledLocalDeployer in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatCopyingInstalledLocalDeployer Modifier and Type Method Description protected TomcatCopyingInstalledLocalDeployerAbstractCatalinaStandaloneLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer. -
Uses of TomcatCopyingInstalledLocalDeployer in org.codehaus.cargo.container.tomee
Subclasses of TomcatCopyingInstalledLocalDeployer in org.codehaus.cargo.container.tomee Modifier and Type Class Description classTomeeCopyingInstalledLocalDeployerStatic deployer that deploys EARs, EJBs and WARs to the TomEE directories.Methods in org.codehaus.cargo.container.tomee that return TomcatCopyingInstalledLocalDeployer Modifier and Type Method Description protected TomcatCopyingInstalledLocalDeployerTomee1xStandaloneLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployerTomee7xStandaloneLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployerTomee9xStandaloneLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployerTomeeExistingLocalConfiguration. createDeployer(LocalContainer container)Creates the Tomcat deployer.
-