Uses of Class
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
-
Uses of AbstractDeployer in org.codehaus.cargo.container.geronimo
Subclasses of AbstractDeployer in org.codehaus.cargo.container.geronimo Modifier and Type Class Description classGeronimoInstalledLocalDeployerA Geronimo deploytool-based deployer to perform deployment to a local container. -
Uses of AbstractDeployer in org.codehaus.cargo.container.glassfish
Subclasses of AbstractDeployer in org.codehaus.cargo.container.glassfish Modifier and Type Class Description classGlassFish2xInstalledLocalDeployerGlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish3xInstalledLocalDeployerGlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish3xRemoteDeployerGlassFish 3.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.classGlassFish4xInstalledLocalDeployerGlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish4xRemoteDeployerGlassFish 4.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.classGlassFish5xInstalledLocalDeployerGlassFish 5.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish5xRemoteDeployerGlassFish 5.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.classGlassFish6xInstalledLocalDeployerGlassFish 6.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish7xInstalledLocalDeployerGlassFish 7.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish8xInstalledLocalDeployerGlassFish 8.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of AbstractDeployer in org.codehaus.cargo.container.glassfish.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.glassfish.internal Modifier and Type Class Description classAbstractGlassFishInstalledLocalDeployerGlassFish installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of AbstractDeployer in org.codehaus.cargo.container.jboss
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jboss Modifier and Type Class Description classJBoss4xRemoteDeployerRemote deployer that uses the JMX console to deploy to JBoss.classJBoss51x6xRemoteDeployerRemote deployer that uses the Profile Service to deploy to JBoss.classJBoss5xRemoteDeployerRemote deployer that uses the Profile Service to deploy to JBoss.classJBoss7xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the JBossdeploymentsdirectory.classJBoss7xRemoteDeployerRemote deployer that uses the Model Controller Client to deploy to JBoss.classJBossInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the JBossdeploydirectory.Methods in org.codehaus.cargo.container.jboss that return AbstractDeployer Modifier and Type Method Description protected AbstractDeployerJBoss7xExistingLocalConfiguration. createDeployer(InstalledLocalContainer jbossContainer)Creates the JBoss deployer. -
Uses of AbstractDeployer in org.codehaus.cargo.container.jetty
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jetty Modifier and Type Class Description classJetty12xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 12.x instance running embedded.classJetty12xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 12.x installed instance.classJetty5xEmbeddedLocalDeployerDeploys webapps to a Jetty 5.x instance running embedded.classJetty6x7x8xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 6.x, 7.x or 8.x installed instance.classJetty6xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 6.x instance running embedded.classJetty7x8x9x10x11xEmbeddedLocalDeployerA deployer for webapps that deploys to a Jetty 7.x to 11.x instance running embedded.classJetty7x8xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 7.x or 8.x installed instance.classJetty9x10x11xInstalledLocalDeployerA deployer for webapps that deploys to a Jetty 9.x, 10.x and 11.x installed instance.classJettyRemoteDeployerA remote deployer for the Jetty container.
NOTE: undeploy DELETES the webapp from the Jetty webapp directory.
Limitations: Will not undeploy files from anywhere other than the servers webapp directory Cannot be used to undeploy webapps that were deployed using a xml context file in/contextsShould not be used with multiple webapps sharing a common war -
Uses of AbstractDeployer in org.codehaus.cargo.container.jetty.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jetty.internal Modifier and Type Class Description classAbstractJettyEmbeddedLocalDeployerBase class for all Jetty deployers. -
Uses of AbstractDeployer in org.codehaus.cargo.container.jo
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jo Modifier and Type Class Description classJo1xInstalledLocalDeployerStatic deployer that deploys WARs to the jo! -
Uses of AbstractDeployer in org.codehaus.cargo.container.jonas
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jonas Modifier and Type Class Description classJonas4xInstalledLocalDeployerStatic deployer that deploys WAR, EAR, EJB and RAR to JOnAS.classJonas4xJsr160RemoteDeployerRemote deployer that uses JMX Remoting (JSR 160) to deploy to JOnAS.classJonas4xMEJBRemoteDeployerRemote deployer that uses Managment EJB (MEJB) to deploy to JOnAS.classJonas5xInstalledLocalDeployerStatic deployer that deploys WAR, EAR, EJB, RAR, File and Bundle to JOnAS.classJonas5xJsr160RemoteDeployerRemote deployer that uses JMX Remoting (JSR 160) to deploy to JOnAS.classJonas5xMEJBRemoteDeployerRemote deployer that uses Managment EJB (MEJB) to deploy to JOnAS. -
Uses of AbstractDeployer in org.codehaus.cargo.container.jonas.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jonas.internal Modifier and Type Class Description classAbstractJonas4xRemoteDeployerRemote deployer for JOnAS 4.x.classAbstractJonas5xRemoteDeployerRemote deployer for JOnAS 5.x.classAbstractJonasRemoteDeployerAbstract base class for JOnAS remote deployment. -
Uses of AbstractDeployer in org.codehaus.cargo.container.jrun
Subclasses of AbstractDeployer in org.codehaus.cargo.container.jrun Modifier and Type Class Description classJRun4xInstalledLocalDeployerStatic deployer that deploys WARs to the JRunservers/server_namedirectory. -
Uses of AbstractDeployer in org.codehaus.cargo.container.liberty
Subclasses of AbstractDeployer in org.codehaus.cargo.container.liberty Modifier and Type Class Description classLibertyInstalledLocalDeployerDeploys the application to the WebSphere Liberty server. -
Uses of AbstractDeployer in org.codehaus.cargo.container.payara
Subclasses of AbstractDeployer in org.codehaus.cargo.container.payara Modifier and Type Class Description classPayaraInstalledLocalDeployerPayara installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classPayaraRemoteDeployerPayara remote deployer, which uses the JSR-88 to deploy and undeploy applications. -
Uses of AbstractDeployer in org.codehaus.cargo.container.resin
Subclasses of AbstractDeployer in org.codehaus.cargo.container.resin Modifier and Type Class Description classResinInstalledLocalDeployerStatic deployer that deploys WARs to the Resinwebappsdirectory. -
Uses of AbstractDeployer in org.codehaus.cargo.container.spi.deployer
Subclasses of AbstractDeployer in org.codehaus.cargo.container.spi.deployer Modifier and Type Class Description classAbstractCopyingInstalledLocalDeployerLocal deployer that deploys deployables to adeployabledirectory of the given installed container.classAbstractEmbeddedLocalDeployerBase deployer to deploy to embedded local containers.classAbstractInstalledLocalDeployerBase deployer to deploy to installed local containers.classAbstractJsr88DeployerJSR-88 remote deployer.classAbstractLocalDeployerBase deployer to deploy to local containers (installed or embedded).classAbstractRemoteDeployerBase deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one).classAbstractSwitchableLocalDeployerImplementation decides how to deploy or undeploy based on the running state of the server. -
Uses of AbstractDeployer in org.codehaus.cargo.container.tomcat
Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomcat Modifier and Type Class Description classTomcat10xRemoteDeployerA special Tomcat 10.x manager-based deployer to perform deployment to a remote container.classTomcat11xRemoteDeployerA special Tomcat 11.x manager-based deployer to perform deployment to a remote container.classTomcat4xRemoteDeployerA special Tomcat 4.x manager-based deployer to perform deployment to a remote container.classTomcat5xRemoteDeployerThe Tomcat 5.x onwards manager-based deployer to perform deployment to a remote container.classTomcat6xRemoteDeployerA special Tomcat 6.x manager-based deployer to perform deployment to a remote container.classTomcat7xRemoteDeployerA special Tomcat 7.x manager-based deployer to perform deployment to a remote container.classTomcat8xRemoteDeployerA special Tomcat 8.x manager-based deployer to perform deployment to a remote container.classTomcat9xRemoteDeployerA special Tomcat 9.x manager-based deployer to perform deployment to a remote container.classTomcatCopyingInstalledLocalDeployerStatic deployer that deploys WARs to the Tomcatwebappsdirectory.classTomcatEmbeddedLocalDeployerDeployerfor deploying toembedded Tomcat container.classTomcatManager4x5x6xInstalledLocalDeployerA Tomcat manager-based deployer to perform deployment to a local container.classTomcatManager7x8x9x10xInstalledLocalDeployerA Tomcat manager-based deployer to perform deployment to a local Tomcat 7.x to 10.x containers. -
Uses of AbstractDeployer in org.codehaus.cargo.container.tomcat.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomcat.internal Modifier and Type Class Description classAbstractTomcatManagerDeployerCommon code to perform both local or remote deployments using a Tomcat manager-based deployer.classAbstractTomcatManagerInstalledLocalDeployerCommon code to perform local deployments using a Tomcat manager-based deployer.classAbstractTomcatRemoteDeployerCommon code to perform remote deployments using a Tomcat manager-based deployer. -
Uses of AbstractDeployer in org.codehaus.cargo.container.tomee
Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomee Modifier and Type Class Description classTomee10xRemoteDeployerA special TomEE 10.x manager-based deployer to perform deployment to a remote container.classTomee1xRemoteDeployerA special TomEE 1.x manager-based deployer to perform deployment to a remote container.classTomee7xRemoteDeployerA special TomEE 7.x manager-based deployer to perform deployment to a remote container.classTomee8xRemoteDeployerA special TomEE 8.x manager-based deployer to perform deployment to a remote container.classTomee9xRemoteDeployerA special TomEE 9.x manager-based deployer to perform deployment to a remote container.classTomeeCopyingInstalledLocalDeployerStatic deployer that deploys EARs, EJBs and WARs to the TomEE directories. -
Uses of AbstractDeployer in org.codehaus.cargo.container.tomee.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.tomee.internal Modifier and Type Class Description classAbstractTomeeRemoteDeployerA special TomEE manager-based deployer to perform deployment to a remote container. -
Uses of AbstractDeployer in org.codehaus.cargo.container.weblogic
Subclasses of AbstractDeployer in org.codehaus.cargo.container.weblogic Modifier and Type Class Description classWebLogic8xConfigXmlInstalledLocalDeployerStatic deployer that manages deployment configuration by manipulating the WebLogic config.xml file.classWebLogic8xSwitchableLocalDeployerChanges config.xml if the server is down.classWebLogic9x10x12x14xConfigXmlInstalledLocalDeployerStatic deployer that manages deployment configuration by manipulating the WebLogic config.xml file.classWebLogic9x10x12x14xCopyingInstalledLocalDeployerStatic deployer that deploys WARs to the WebLogic auto-deploy directory.classWebLogicWlstOfflineInstalledLocalDeployerStatic deployer that manages deployment configuration calling WLST offline script.classWebLogicWlstRemoteDeployerStatic deployer that manages deployment configuration calling WLST online script. -
Uses of AbstractDeployer in org.codehaus.cargo.container.websphere
Subclasses of AbstractDeployer in org.codehaus.cargo.container.websphere Modifier and Type Class Description classWebSphere85xInstalledLocalDeployerStatic deployer that deploys WARs to WebSphere 8.5.x.classWebSphere9xInstalledLocalDeployerStatic deployer that deploys WARs to WebSphere 9.x. -
Uses of AbstractDeployer in org.codehaus.cargo.container.wildfly
Subclasses of AbstractDeployer in org.codehaus.cargo.container.wildfly Modifier and Type Class Description classWildFly10xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly10xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 10.x.classWildFly11xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly11xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 11.x.classWildFly12xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly12xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 12.x.classWildFly13xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly13xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 13.x.classWildFly14xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly14xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 14.x.classWildFly15xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly15xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 15.x.classWildFly16xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly16xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 16.x.classWildFly17xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly17xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 17.x.classWildFly18xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly18xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 18.x.classWildFly19xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly19xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 19.x.classWildFly20xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly20xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 20.x.classWildFly21xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly21xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 21.x.classWildFly22xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly22xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 22.x.classWildFly23xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly23xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 23.x.classWildFly24xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly24xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 24.x.classWildFly25xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly25xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 25.x.classWildFly26xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly26xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 26.x.classWildFly27xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly27xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 27.x.classWildFly28xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly28xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 28.x.classWildFly29xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly29xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 29.x.classWildFly30xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly30xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 30.x.classWildFly31xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly31xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 31.x.classWildFly32xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly32xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 32.x.classWildFly33xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly33xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 33.x.classWildFly34xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly34xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 34.x.classWildFly35xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly35xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 35.x.classWildFly36xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly36xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 36.x.classWildFly37xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly37xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 37.x.classWildFly38xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly38xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 38.x.classWildFly8xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly8xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 8.x.classWildFly9xInstalledLocalDeployerStatic deployer that deploys WARs and EARs to the WildFlydeploymentsdirectory.classWildFly9xRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly 9.x.Methods in org.codehaus.cargo.container.wildfly that return AbstractDeployer Modifier and Type Method Description protected AbstractDeployerWildFly8xExistingLocalConfiguration. createDeployer(InstalledLocalContainer jbossContainer)Creates the JBoss deployer. -
Uses of AbstractDeployer in org.codehaus.cargo.container.wildfly.internal
Subclasses of AbstractDeployer in org.codehaus.cargo.container.wildfly.internal Modifier and Type Class Description classAbstractWildFlyRemoteDeployerRemote deployer that uses the remote API to deploy to WildFly.
-