Uses of Interface
org.codehaus.cargo.container.deployer.Deployer
-
-
Uses of Deployer in org.codehaus.cargo.container.geronimo
Classes in org.codehaus.cargo.container.geronimo that implement Deployer Modifier and Type Class Description class
GeronimoInstalledLocalDeployer
A Geronimo deploytool-based deployer to perform deployment to a local container. -
Uses of Deployer in org.codehaus.cargo.container.glassfish
Classes in org.codehaus.cargo.container.glassfish that implement Deployer 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 Deployer in org.codehaus.cargo.container.glassfish.internal
Classes in org.codehaus.cargo.container.glassfish.internal that implement Deployer Modifier and Type Class Description class
AbstractGlassFishInstalledLocalDeployer
GlassFish installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications. -
Uses of Deployer in org.codehaus.cargo.container.jboss
Classes in org.codehaus.cargo.container.jboss that implement Deployer 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. -
Uses of Deployer in org.codehaus.cargo.container.jetty
Classes in org.codehaus.cargo.container.jetty that implement Deployer 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 Deployer in org.codehaus.cargo.container.jetty.internal
Classes in org.codehaus.cargo.container.jetty.internal that implement Deployer Modifier and Type Class Description class
AbstractJettyEmbeddedLocalDeployer
Base class for all Jetty deployers. -
Uses of Deployer in org.codehaus.cargo.container.jo
Classes in org.codehaus.cargo.container.jo that implement Deployer Modifier and Type Class Description class
Jo1xInstalledLocalDeployer
Static deployer that deploys WARs to the jo! -
Uses of Deployer in org.codehaus.cargo.container.jonas
Classes in org.codehaus.cargo.container.jonas that implement Deployer 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 Deployer in org.codehaus.cargo.container.jonas.internal
Classes in org.codehaus.cargo.container.jonas.internal that implement Deployer 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 Deployer in org.codehaus.cargo.container.jrun
Classes in org.codehaus.cargo.container.jrun that implement Deployer Modifier and Type Class Description class
JRun4xInstalledLocalDeployer
Static deployer that deploys WARs to the JRunservers/server_name
directory. -
Uses of Deployer in org.codehaus.cargo.container.liberty
Classes in org.codehaus.cargo.container.liberty that implement Deployer Modifier and Type Class Description class
LibertyInstalledLocalDeployer
Deploys the application to the WebSphere Liberty server. -
Uses of Deployer in org.codehaus.cargo.container.payara
Classes in org.codehaus.cargo.container.payara that implement Deployer 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 Deployer in org.codehaus.cargo.container.resin
Classes in org.codehaus.cargo.container.resin that implement Deployer Modifier and Type Class Description class
ResinInstalledLocalDeployer
Static deployer that deploys WARs to the Resinwebapps
directory. -
Uses of Deployer in org.codehaus.cargo.container.spi.deployer
Classes in org.codehaus.cargo.container.spi.deployer that implement Deployer Modifier and Type Class Description class
AbstractCopyingInstalledLocalDeployer
Local deployer that deploys deployables to adeployable
directory of the given installed container.class
AbstractDeployer
Base deployer for local and remote deployments.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.Methods in org.codehaus.cargo.container.spi.deployer that return Deployer Modifier and Type Method Description protected abstract Deployer
AbstractSwitchableLocalDeployer. getColdDeployer()
this deployer will be used when the server is not running.protected abstract Deployer
AbstractSwitchableLocalDeployer. getHotDeployer()
this deployer will be used when the server is running. -
Uses of Deployer in org.codehaus.cargo.container.tomcat
Classes in org.codehaus.cargo.container.tomcat that implement Deployer 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 Deployer in org.codehaus.cargo.container.tomcat.internal
Classes in org.codehaus.cargo.container.tomcat.internal that implement Deployer 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 Deployer in org.codehaus.cargo.container.tomee
Classes in org.codehaus.cargo.container.tomee that implement Deployer 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 Deployer in org.codehaus.cargo.container.tomee.internal
Classes in org.codehaus.cargo.container.tomee.internal that implement Deployer Modifier and Type Class Description class
AbstractTomeeRemoteDeployer
A special TomEE manager-based deployer to perform deployment to a remote container. -
Uses of Deployer in org.codehaus.cargo.container.weblogic
Classes in org.codehaus.cargo.container.weblogic that implement Deployer 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.Methods in org.codehaus.cargo.container.weblogic that return Deployer Modifier and Type Method Description protected Deployer
WebLogic8xSwitchableLocalDeployer. getColdDeployer()
this deployer will be used when the server is not running.protected Deployer
WebLogic8xSwitchableLocalDeployer. getHotDeployer()
this deployer will be used when the server is running. -
Uses of Deployer in org.codehaus.cargo.container.websphere
Classes in org.codehaus.cargo.container.websphere that implement Deployer 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 Deployer in org.codehaus.cargo.container.wildfly
Classes in org.codehaus.cargo.container.wildfly that implement Deployer 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. -
Uses of Deployer in org.codehaus.cargo.container.wildfly.internal
Classes in org.codehaus.cargo.container.wildfly.internal that implement Deployer Modifier and Type Class Description class
AbstractWildFlyRemoteDeployer
Remote deployer that uses the remote API to deploy to WildFly. -
Uses of Deployer in org.codehaus.cargo.generic.deployer
Methods in org.codehaus.cargo.generic.deployer that return Deployer Modifier and Type Method Description Deployer
DefaultDeployerFactory. createDeployer(Container container)
Create aDeployer
instance whose type matches the container's type.Deployer
DefaultDeployerFactory. createDeployer(Container container, DeployerType deployerType)
Create aDeployer
instance matching the specified container and type.Deployer
DeployerFactory. createDeployer(Container container)
Create aDeployer
instance whose type matches the container's type.Deployer
DeployerFactory. createDeployer(Container container, DeployerType deployerType)
Create aDeployer
instance matching the specified container and type.protected Deployer
DefaultDeployerFactory. createInstance(Constructor<? extends Deployer> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.Methods in org.codehaus.cargo.generic.deployer that return types with arguments of type Deployer Modifier and Type Method Description protected Constructor<? extends Deployer>
DefaultDeployerFactory. getConstructor(Class<? extends Deployer> deployerClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.Class<? extends Deployer>
DefaultDeployerFactory. getDeployerClass(String containerId, DeployerType deployerType)
Class<? extends Deployer>
DeployerFactory. getDeployerClass(String containerId, DeployerType deployerType)
Method parameters in org.codehaus.cargo.generic.deployer with type arguments of type Deployer Modifier and Type Method Description protected Deployer
DefaultDeployerFactory. createInstance(Constructor<? extends Deployer> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends Deployer>
DefaultDeployerFactory. getConstructor(Class<? extends Deployer> deployerClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.void
DefaultDeployerFactory. registerDeployer(String containerId, DeployerType deployerType, Class<? extends Deployer> deployerClass)
Registers aDeployer
implementation.void
DeployerFactory. registerDeployer(String containerId, DeployerType deployerType, Class<? extends Deployer> deployerClass)
Registers aDeployer
implementation. -
Uses of Deployer in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 that return Deployer Modifier and Type Method Description protected Deployer
AbstractDeployerMojo. createDeployer(Container container)
Create a deployer.Methods in org.codehaus.cargo.maven3 with parameters of type Deployer Modifier and Type Method Description protected abstract void
AbstractDeployerMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
Perform a deployer action on a single deployable.protected void
DeployerDeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
protected void
DeployerRedeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
protected void
DeployerStartMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
protected void
DeployerStopMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
protected void
DeployerUndeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)
-
Uses of Deployer in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return Deployer Modifier and Type Method Description Deployer
Deployer. createDeployer(Container container)
Create a deployer.
-