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 TomcatCopyingInstalledLocalDeployer
TomcatExistingLocalConfiguration. 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 TomcatCopyingInstalledLocalDeployer
AbstractCatalinaStandaloneLocalConfiguration. 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 class
TomeeCopyingInstalledLocalDeployer
Static 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 TomcatCopyingInstalledLocalDeployer
Tomee1xStandaloneLocalConfiguration. createDeployer(LocalContainer container)
Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployer
Tomee7xStandaloneLocalConfiguration. createDeployer(LocalContainer container)
Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployer
Tomee9xStandaloneLocalConfiguration. createDeployer(LocalContainer container)
Creates the Tomcat deployer.protected TomcatCopyingInstalledLocalDeployer
TomeeExistingLocalConfiguration. createDeployer(LocalContainer container)
Creates the Tomcat deployer.
-