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 class
GeronimoInstalledLocalDeployer
A 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 class
GlassFish2xInstalledLocalDeployer
GlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish3xInstalledLocalDeployer
GlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish3xRemoteDeployer
GlassFish 3.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.class
GlassFish4xInstalledLocalDeployer
GlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish4xRemoteDeployer
GlassFish 4.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.class
GlassFish5xInstalledLocalDeployer
GlassFish 5.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish5xRemoteDeployer
GlassFish 5.x remote deployer, which uses the JSR-88 to deploy and undeploy applications.class
GlassFish6xInstalledLocalDeployer
GlassFish 6.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish7xInstalledLocalDeployer
GlassFish 7.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
GlassFish8xInstalledLocalDeployer
GlassFish 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 class
AbstractGlassFishInstalledLocalDeployer
GlassFish 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 class
JBoss4xRemoteDeployer
Remote deployer that uses the JMX console to deploy to JBoss.class
JBoss51x6xRemoteDeployer
Remote deployer that uses the Profile Service to deploy to JBoss.class
JBoss5xRemoteDeployer
Remote deployer that uses the Profile Service to deploy to JBoss.class
JBoss7xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the JBossdeployments
directory.class
JBoss7xRemoteDeployer
Remote deployer that uses the Model Controller Client to deploy to JBoss.class
JBossInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the JBossdeploy
directory.Methods in org.codehaus.cargo.container.jboss that return AbstractDeployer Modifier and Type Method Description protected AbstractDeployer
JBoss7xExistingLocalConfiguration. 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 class
Jetty12xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 12.x installed instance.class
Jetty5xEmbeddedLocalDeployer
Deploys webapps to a Jetty 5.x instance running embedded.class
Jetty6xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x instance running embedded.class
Jetty6xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 6.x installed instance.class
Jetty7x8x9x10x11xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x onwards instance running embedded.class
Jetty7x8xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x or 8.x installed instance.class
Jetty9x10x11xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 9.x, 10.x and 11.x installed instance.class
JettyRemoteDeployer
A 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/contexts
Should 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 class
AbstractJettyEmbeddedLocalDeployer
Base 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 class
Jo1xInstalledLocalDeployer
Static 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 class
Jonas4xInstalledLocalDeployer
Static deployer that deploys WAR, EAR, EJB and RAR to JOnAS.class
Jonas4xJsr160RemoteDeployer
Remote deployer that uses JMX Remoting (JSR 160) to deploy to JOnAS.class
Jonas4xMEJBRemoteDeployer
Remote deployer that uses Managment EJB (MEJB) to deploy to JOnAS.class
Jonas5xInstalledLocalDeployer
Static deployer that deploys WAR, EAR, EJB, RAR, File and Bundle to JOnAS.class
Jonas5xJsr160RemoteDeployer
Remote deployer that uses JMX Remoting (JSR 160) to deploy to JOnAS.class
Jonas5xMEJBRemoteDeployer
Remote 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 class
AbstractJonas4xRemoteDeployer
Remote deployer for JOnAS 4.x.class
AbstractJonas5xRemoteDeployer
Remote deployer for JOnAS 5.x.class
AbstractJonasRemoteDeployer
Abstract 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 class
JRun4xInstalledLocalDeployer
Static deployer that deploys WARs to the JRunservers/server_name
directory. -
Uses of AbstractDeployer in org.codehaus.cargo.container.liberty
Subclasses of AbstractDeployer in org.codehaus.cargo.container.liberty Modifier and Type Class Description class
LibertyInstalledLocalDeployer
Deploys 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 class
PayaraInstalledLocalDeployer
Payara installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.class
PayaraRemoteDeployer
Payara 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 class
ResinInstalledLocalDeployer
Static deployer that deploys WARs to the Resinwebapps
directory. -
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 class
AbstractCopyingInstalledLocalDeployer
Local deployer that deploys deployables to adeployable
directory of the given installed container.class
AbstractEmbeddedLocalDeployer
Base deployer to deploy to embedded local containers.class
AbstractInstalledLocalDeployer
Base deployer to deploy to installed local containers.class
AbstractJsr88Deployer
JSR-88 remote deployer.class
AbstractLocalDeployer
Base deployer to deploy to local containers (installed or embedded).class
AbstractRemoteDeployer
Base deployer to deploy to containers without any reference to where the container is installed (be it on the same machine or on another one).class
AbstractSwitchableLocalDeployer
Implementation 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 class
Tomcat10xRemoteDeployer
A special Tomcat 10.x manager-based deployer to perform deployment to a remote container.class
Tomcat11xRemoteDeployer
A special Tomcat 11.x manager-based deployer to perform deployment to a remote container.class
Tomcat4xRemoteDeployer
A special Tomcat 4.x manager-based deployer to perform deployment to a remote container.class
Tomcat5xRemoteDeployer
The Tomcat 5.x onwards manager-based deployer to perform deployment to a remote container.class
Tomcat6xRemoteDeployer
A special Tomcat 6.x manager-based deployer to perform deployment to a remote container.class
Tomcat7xRemoteDeployer
A special Tomcat 7.x manager-based deployer to perform deployment to a remote container.class
Tomcat8xRemoteDeployer
A special Tomcat 8.x manager-based deployer to perform deployment to a remote container.class
Tomcat9xRemoteDeployer
A special Tomcat 9.x manager-based deployer to perform deployment to a remote container.class
TomcatCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the Tomcatwebapps
directory.class
TomcatEmbeddedLocalDeployer
Deployer
for deploying toembedded Tomcat container
.class
TomcatManager4x5x6xInstalledLocalDeployer
A Tomcat manager-based deployer to perform deployment to a local container.class
TomcatManager7x8x9x10xInstalledLocalDeployer
A 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 class
AbstractTomcatManagerDeployer
Common code to perform both local or remote deployments using a Tomcat manager-based deployer.class
AbstractTomcatManagerInstalledLocalDeployer
Common code to perform local deployments using a Tomcat manager-based deployer.class
AbstractTomcatRemoteDeployer
Common 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 class
Tomee10xRemoteDeployer
A special TomEE 10.x manager-based deployer to perform deployment to a remote container.class
Tomee1xRemoteDeployer
A special TomEE 1.x manager-based deployer to perform deployment to a remote container.class
Tomee7xRemoteDeployer
A special TomEE 7.x manager-based deployer to perform deployment to a remote container.class
Tomee8xRemoteDeployer
A special TomEE 8.x manager-based deployer to perform deployment to a remote container.class
Tomee9xRemoteDeployer
A special TomEE 9.x manager-based deployer to perform deployment to a remote container.class
TomeeCopyingInstalledLocalDeployer
Static 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 class
AbstractTomeeRemoteDeployer
A 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 class
WebLogic8xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.class
WebLogic8xSwitchableLocalDeployer
Changes config.xml if the server is down.class
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer
Static deployer that manages deployment configuration by manipulating the WebLogic config.xml file.class
WebLogic9x10x12x14xCopyingInstalledLocalDeployer
Static deployer that deploys WARs to the WebLogic auto-deploy directory.class
WebLogicWlstOfflineInstalledLocalDeployer
Static deployer that manages deployment configuration calling WLST offline script.class
WebLogicWlstRemoteDeployer
Static 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 class
WebSphere85xInstalledLocalDeployer
Static deployer that deploys WARs to WebSphere 8.5.x.class
WebSphere9xInstalledLocalDeployer
Static 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 class
WildFly10xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly10xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 10.x.class
WildFly11xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly11xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 11.x.class
WildFly12xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly12xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 12.x.class
WildFly13xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly13xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 13.x.class
WildFly14xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly14xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 14.x.class
WildFly15xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly15xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 15.x.class
WildFly16xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly16xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 16.x.class
WildFly17xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly17xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 17.x.class
WildFly18xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly18xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 18.x.class
WildFly19xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly19xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 19.x.class
WildFly20xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly20xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 20.x.class
WildFly21xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly21xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 21.x.class
WildFly22xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly22xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 22.x.class
WildFly23xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly23xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 23.x.class
WildFly24xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly24xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 24.x.class
WildFly25xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly25xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 25.x.class
WildFly26xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly26xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 26.x.class
WildFly27xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly27xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 27.x.class
WildFly28xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly28xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 28.x.class
WildFly29xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly29xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 29.x.class
WildFly30xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly30xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 30.x.class
WildFly31xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly31xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 31.x.class
WildFly32xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly32xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 32.x.class
WildFly33xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly33xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 33.x.class
WildFly8xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly8xRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly 8.x.class
WildFly9xInstalledLocalDeployer
Static deployer that deploys WARs and EARs to the WildFlydeployments
directory.class
WildFly9xRemoteDeployer
Remote 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 AbstractDeployer
WildFly8xExistingLocalConfiguration. 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 class
AbstractWildFlyRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly.
-