Uses of Interface
org.codehaus.cargo.container.deployable.Deployable
-
-
Uses of Deployable in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return Deployable Modifier and Type Method Description Deployable
DeployableElement. createDeployable(String containerId)
-
Uses of Deployable in org.codehaus.cargo.container.configuration
Methods in org.codehaus.cargo.container.configuration that return types with arguments of type Deployable Modifier and Type Method Description List<Deployable>
LocalConfiguration. getDeployables()
Methods in org.codehaus.cargo.container.configuration with parameters of type Deployable Modifier and Type Method Description void
LocalConfiguration. addDeployable(Deployable deployable)
Deploy aDeployable
in the container. -
Uses of Deployable in org.codehaus.cargo.container.deployable
Classes in org.codehaus.cargo.container.deployable that implement Deployable Modifier and Type Class Description class
AOP
Wraps a AOP (JBoss AOP Archive) file that will be deployed in the container.class
Bundle
Wraps an OSGi Bundle file that will be deployed in the container.class
EAR
Wraps an EAR file that will be deployed in the container.class
EJB
Wraps an EJB JAR file that will be deployed in the container.class
File
Wraps a file that will be deployed into the container.class
HAR
Wraps a HAR (Hibernate Archive) file that will be deployed in the container.class
RAR
Wraps a RAR file that will be deployed in the container.class
SAR
Wraps a SAR file that will be deployed in the container.class
WAR
Wraps a WAR file that will be deployed in the container. -
Uses of Deployable in org.codehaus.cargo.container.deployer
Methods in org.codehaus.cargo.container.deployer with parameters of type Deployable Modifier and Type Method Description void
Deployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
Deployer. deploy(Deployable deployable, DeployableMonitor monitor)
Deploy aDeployable
to the running container and make it available for requests.void
Deployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
Deployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
Deployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
Deployer. start(Deployable deployable, DeployableMonitor monitor)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
Deployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
Deployer. stop(Deployable deployable, DeployableMonitor monitor)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
Deployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
Deployer. undeploy(Deployable deployable, DeployableMonitor monitor)
Undeploy aDeployable
to the running container. -
Uses of Deployable in org.codehaus.cargo.container.geronimo
Methods in org.codehaus.cargo.container.geronimo with parameters of type Deployable Modifier and Type Method Description void
GeronimoInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
GeronimoInstalledLocalDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
GeronimoInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
GeronimoInstalledLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
GeronimoInstalledLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
GeronimoInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.geronimo.deployable
Subinterfaces of Deployable in org.codehaus.cargo.container.geronimo.deployable Modifier and Type Interface Description interface
GeronimoDeployable
Geronimo-specific deployable which adds supports for passing Geronimo deployment plans.Classes in org.codehaus.cargo.container.geronimo.deployable that implement Deployable Modifier and Type Class Description class
GeronimoEAR
Geronimo EAR deployable.class
GeronimoEJB
Geronimo EJB deployable.class
GeronimoWAR
Geronimo WAR deployable. -
Uses of Deployable in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type Deployable Modifier and Type Method Description protected void
GlassFish2xInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)
Does the actual deployment.protected void
GlassFish3xInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)
Does the actual deployment.void
GlassFish2xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
GlassFish3xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type Deployable Modifier and Type Method Description void
AbstractGlassFishInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected abstract void
AbstractGlassFishInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)
Does the actual deployment.void
AbstractGlassFishInstalledLocalDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
AbstractGlassFishInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
AbstractGlassFishInstalledLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
AbstractGlassFishInstalledLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests. -
Uses of Deployable in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss that return Deployable Modifier and Type Method Description protected Deployable
JBoss7xInstalledLocalDeployer. modifyManifestForClasspathEntries(Deployable originalDeployable)
Modify the classpath via theMANIFEST.MF
as explained on https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspathMethods in org.codehaus.cargo.container.jboss with parameters of type Deployable Modifier and Type Method Description void
JBoss4xRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
JBoss5xRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected void
JBoss7xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.String
JBoss7xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.String
JBossInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.protected String
JBossInstalledLocalDeployer. getDeployableName(Deployable deployable)
Gets the deployable name for the givendeployable
.protected Deployable
JBoss7xInstalledLocalDeployer. modifyManifestForClasspathEntries(Deployable originalDeployable)
Modify the classpath via theMANIFEST.MF
as explained on https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspathvoid
JBoss4xRemoteDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
JBoss4xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
JBoss4xRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
JBoss5xRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
JBossInstalledLocalDeployer. undeploy(Deployable deployable)
Removes previously deployed artifact. -
Uses of Deployable in org.codehaus.cargo.container.jboss.deployable
Classes in org.codehaus.cargo.container.jboss.deployable that implement Deployable Modifier and Type Class Description class
JBossWAR
Extension that supports custom JBoss descriptor files such as thejboss-web.xml
one. -
Uses of Deployable in org.codehaus.cargo.container.jboss.internal
Methods in org.codehaus.cargo.container.jboss.internal with parameters of type Deployable Modifier and Type Method Description void
ISimpleHttpFileServer. setFile(Deployable deployable, String keepOriginalWarFilename)
void
SimpleHttpFileServer. setFile(Deployable deployable, String keepOriginalWarFilename)
-
Uses of Deployable in org.codehaus.cargo.container.jetty
Methods in org.codehaus.cargo.container.jetty with parameters of type Deployable Modifier and Type Method Description Object
Jetty6xEmbeddedLocalContainer. createHandler(Deployable deployable)
Create a WebAppContext for the Deployable.Object
Jetty7xEmbeddedLocalContainer. createHandler(Deployable deployable)
Create a WebAppContext for the Deployable.void
JettyRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.Object
Jetty5xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.Object
Jetty6xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.Object
Jetty7x8x9x10x11xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.protected void
Jetty6xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.String
Jetty6xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.void
Jetty5xEmbeddedLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
Jetty6xEmbeddedLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
Jetty7x8x9x10x11xEmbeddedLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
Jetty5xEmbeddedLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
Jetty6xEmbeddedLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
Jetty7x8x9x10x11xEmbeddedLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
JettyRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
Jetty5xEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy.void
Jetty6xEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy.void
Jetty7x8x9x10x11xEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. -
Uses of Deployable in org.codehaus.cargo.container.jetty.internal
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type Deployable Modifier and Type Method Description void
AbstractJettyEmbeddedLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.abstract Object
AbstractJettyEmbeddedLocalDeployer. deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.static String
AbstractJettyEmbeddedLocalDeployer. getContext(Deployable deployable)
Get the context path for the webapp.protected static Object
AbstractJettyEmbeddedLocalDeployer. getDeployedWebAppContext(Deployable deployable)
Get the deployable that matches the context path.void
AbstractJettyEmbeddedLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.abstract void
AbstractJettyEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy. -
Uses of Deployable in org.codehaus.cargo.container.jo
Methods in org.codehaus.cargo.container.jo with parameters of type Deployable Modifier and Type Method Description String
Jo1xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to. -
Uses of Deployable in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas with parameters of type Deployable Modifier and Type Method Description void
Jonas5xInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected void
Jonas4xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.String
Jonas4xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.String
Jonas5xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.void
Jonas4xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
Jonas5xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.jonas.internal
Methods in org.codehaus.cargo.container.jonas.internal with parameters of type Deployable Modifier and Type Method Description void
AbstractJonas5xRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
AbstractJonasRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected String
AbstractJonas5xRemoteDeployer. findRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)
Finds a deployable file on the remote server.protected String
AbstractJonas4xRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)
Get the remote file name.protected String
AbstractJonas5xRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)
Get the remote file name.protected abstract String
AbstractJonasRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)
Get the remote file name.void
AbstractJonas5xRemoteDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
AbstractJonas5xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
AbstractJonas5xRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
AbstractJonasRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.jrun
Methods in org.codehaus.cargo.container.jrun with parameters of type Deployable Modifier and Type Method Description String
JRun4xInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to. -
Uses of Deployable in org.codehaus.cargo.container.liberty
Methods in org.codehaus.cargo.container.liberty with parameters of type Deployable Modifier and Type Method Description protected void
LibertyInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.String
LibertyInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Get the directory to deploy the application to -
Uses of Deployable in org.codehaus.cargo.container.resin
Methods in org.codehaus.cargo.container.resin with parameters of type Deployable Modifier and Type Method Description String
ResinInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to. -
Uses of Deployable in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that return types with arguments of type Deployable Modifier and Type Method Description List<Deployable>
AbstractLocalConfiguration. getDeployables()
Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Deployable Modifier and Type Method Description void
AbstractLocalConfiguration. addDeployable(Deployable newDeployable)
Deploy aDeployable
in the container. -
Uses of Deployable in org.codehaus.cargo.container.spi.deployable
Classes in org.codehaus.cargo.container.spi.deployable that implement Deployable Modifier and Type Class Description class
AbstractDeployable
Common class for easy Deployable implementations.class
AbstractDeployablewithSettableName
Common class for easy Deployable implementations with settable names. -
Uses of Deployable in org.codehaus.cargo.container.spi.deployer
Methods in org.codehaus.cargo.container.spi.deployer with parameters of type Deployable Modifier and Type Method Description protected boolean
AbstractCopyingInstalledLocalDeployer. canBeDeployed(Deployable newDeployable)
Checks whether the given Deployable can actually be deployed and whether a deployable has a web context path that already exist in another previously deployed Deployable.void
AbstractCopyingInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
AbstractDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
AbstractDeployer. deploy(Deployable deployable, DeployableMonitor monitor)
Deploy aDeployable
to the running container and make it available for requests.void
AbstractJsr88Deployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
AbstractSwitchableLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected void
AbstractCopyingInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.abstract String
AbstractCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.protected String
AbstractCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)
Gets the deployable name for the givendeployable
.void
AbstractDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
AbstractDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
AbstractJsr88Deployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
AbstractDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
AbstractDeployer. start(Deployable deployable, DeployableMonitor monitor)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
AbstractJsr88Deployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
AbstractDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
AbstractDeployer. stop(Deployable deployable, DeployableMonitor monitor)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
AbstractJsr88Deployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
AbstractDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
AbstractDeployer. undeploy(Deployable deployable, DeployableMonitor monitor)
Undeploy aDeployable
to the running container.void
AbstractJsr88Deployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
AbstractSwitchableLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.Method parameters in org.codehaus.cargo.container.spi.deployer with type arguments of type Deployable Modifier and Type Method Description void
AbstractDeployer. deploy(List<Deployable> deployables)
Helper method to deploy multiple deployables at a time.void
AbstractDeployer. redeploy(List<Deployable> deployables)
Helper method to redeploy multiple deployables at a time. -
Uses of Deployable in org.codehaus.cargo.container.tomcat
Classes in org.codehaus.cargo.container.tomcat that implement Deployable Modifier and Type Class Description class
TomcatWAR
Extension that supports custom Tomcatcontext.xml
files located in theMETA-INF/
directory of your WAR.Methods in org.codehaus.cargo.container.tomcat with parameters of type Deployable Modifier and Type Method Description void
TomcatEmbeddedLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected void
TomcatCopyingInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)
Do the actual deployment.String
TomcatCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.protected String
TomcatCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)
Replace the slashes with#
in the deployable name (see: CARGO-1041).protected String
Tomcat7xRemoteDeployer. getPath(Deployable deployable)
Gets the webapp path for the specified deployable.protected String
Tomcat7xRemoteDeployer. getVersion(Deployable deployable)
Gets the webapp version for the specified deployable.protected void
Tomcat4xRemoteDeployer. performUndeploy(Deployable deployable)
Performs undeployment of deployable.protected void
Tomcat5xRemoteDeployer. performUndeploy(Deployable deployable)
Performs undeployment of deployable.protected void
Tomcat7xRemoteDeployer. performUndeploy(Deployable deployable)
Performs undeployment of deployable.void
TomcatEmbeddedLocalDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
TomcatEmbeddedLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
TomcatEmbeddedLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
TomcatEmbeddedLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
TomcatCopyingInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy WAR deployables by deleting the local file from the Tomcat webapps directory.void
TomcatEmbeddedLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type Deployable Modifier and Type Method Description static boolean
TomcatUtils. containsContextFile(Deployable deployable)
Tests whether the specified deployable is a Tomcat WAR and contains aMETA-INF/context.xml
file.void
AbstractTomcatManagerDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.protected String
AbstractTomcatManagerDeployer. getPath(Deployable deployable)
Gets the webapp path for the specified deployable.protected String
AbstractTomcatManagerDeployer. getVersion(Deployable deployable)
Gets the webapp version for the specified deployable.protected abstract void
AbstractTomcatManagerDeployer. performUndeploy(Deployable deployable)
Performs undeployment of deployable.protected void
AbstractTomcatManagerInstalledLocalDeployer. performUndeploy(Deployable deployable)
Performs undeployment of deployable.void
AbstractTomcatManagerDeployer. redeploy(Deployable deployable)
Redeploy aDeployable
already deployed to the running container.void
AbstractTomcatManagerDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)
Redeploy aDeployable
already deployed to the running container.void
AbstractCatalinaEmbeddedLocalContainer. scheduleDeployment(Deployable deployable)
Used byTomcatEmbeddedLocalDeployer
to registerDeployable
s that are to be deployed once the container is started.void
AbstractTomcatManagerDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
AbstractTomcatManagerDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
AbstractTomcatManagerDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.tomee
Methods in org.codehaus.cargo.container.tomee with parameters of type Deployable Modifier and Type Method Description String
TomeeCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to. -
Uses of Deployable in org.codehaus.cargo.container.tomee.internal
Methods in org.codehaus.cargo.container.tomee.internal with parameters of type Deployable Modifier and Type Method Description protected String
AbstractTomeeRemoteDeployer. getPath(Deployable deployable)
Gets the webapp path for the specified deployable.protected String
AbstractTomeeRemoteDeployer. getVersion(Deployable deployable)
Gets the webapp version for the specified deployable. -
Uses of Deployable in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type Deployable Modifier and Type Method Description protected void
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. addDeployableToDomain(Deployable deployable, Element domain)
Create and insert an app-deployment element into the domain of the WebLogic server.protected Element
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. createElementForDeployableInDomain(Deployable deployable, Element domain)
create the config.xml element representing the Deployable.protected String
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. createIdForDeployable(Deployable deployable)
Get a string name for the configuration of this deployable.void
WebLogic8xConfigXmlInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
WebLogicWlstOfflineInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
WebLogicWlstRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.String
WebLogic9x10x12x14xCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)
Specifies the directoryDeployable
s should be copied to.protected String
WebLogic9x10x12x14xCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)
Gets the deployable name for the givendeployable
.protected void
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. removeDeployableFromDomain(Deployable deployable, Element domain)
Remove the corresponding app-deployment element from the domain of the WebLogic server.protected List<Element>
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. selectAppDeployments(Deployable deployable, Element domain)
this will select the node(s) that match the below deployment.void
WebLogic8xConfigXmlInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
WebLogic9x10x12x14xCopyingInstalledLocalDeployer. undeploy(Deployable deployable)
Removes previously deployed artifact.void
WebLogicWlstOfflineInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container.void
WebLogicWlstRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.weblogic.internal.configuration
Methods in org.codehaus.cargo.container.weblogic.internal.configuration with parameters of type Deployable Modifier and Type Method Description ScriptCommand
WebLogicWlstConfigurationFactory. deployDeployableOnlineScript(Deployable deployable)
ScriptCommand
WebLogicWlstConfigurationFactory. deployDeployableScript(Deployable deployable)
ScriptCommand
WebLogicWlstConfigurationFactory. undeployDeployableOnlineScript(Deployable deployable)
ScriptCommand
WebLogicWlstConfigurationFactory. undeployDeployableScript(Deployable deployable)
-
Uses of Deployable in org.codehaus.cargo.container.weblogic.internal.configuration.commands.deployment
Constructors in org.codehaus.cargo.container.weblogic.internal.configuration.commands.deployment with parameters of type Deployable Constructor Description DeployDeployableOnlineScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.DeployDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.UndeployDeployableOnlineScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.UndeployDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts. -
Uses of Deployable in org.codehaus.cargo.container.websphere
Methods in org.codehaus.cargo.container.websphere with parameters of type Deployable Modifier and Type Method Description void
WebSphere85xInstalledLocalDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.void
WebSphere85xInstalledLocalDeployer. start(Deployable deployable)
Starts aDeployable
that is already deployed in the running container but that is not servicing requests.void
WebSphere85xInstalledLocalDeployer. stop(Deployable deployable)
Stop aDeployable
that is already deployed in the running container in order to prevent it from servicing requests.void
WebSphere85xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.container.websphere.internal.configuration
Methods in org.codehaus.cargo.container.websphere.internal.configuration with parameters of type Deployable Modifier and Type Method Description ScriptCommand
WebSphereJythonConfigurationFactory. deployDeployableScript(Deployable deployable)
List<ScriptCommand>
WebSphereJythonConfigurationFactory. deployDeployableScript(Deployable deployable, Collection<String> sharedLibraries)
ScriptCommand
WebSphereJythonConfigurationFactory. startDeployableScript(Deployable deployable)
ScriptCommand
WebSphereJythonConfigurationFactory. stopDeployableScript(Deployable deployable)
ScriptCommand
WebSphereJythonConfigurationFactory. undeployDeployableScript(Deployable deployable)
-
Uses of Deployable in org.codehaus.cargo.container.websphere.internal.configuration.commands.deployment
Constructors in org.codehaus.cargo.container.websphere.internal.configuration.commands.deployment with parameters of type Deployable Constructor Description AddSharedLibraryToDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable, String sharedLibraryPath)
Sets configuration containing all needed information for building configuration scripts.DeployDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.StartDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.StopDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts.UndeployDeployableScriptCommand(Configuration configuration, String resourcePath, Deployable deployable)
Sets configuration containing all needed information for building configuration scripts. -
Uses of Deployable in org.codehaus.cargo.container.wildfly.internal
Methods in org.codehaus.cargo.container.wildfly.internal with parameters of type Deployable Modifier and Type Method Description void
AbstractWildFlyRemoteDeployer. deploy(Deployable deployable)
Deploy aDeployable
to the running container and make it available for requests.String
WildFlyRemoteDeploymentJsonMarshaller. getDeployableFilename(Deployable deployable)
String
WildFlyRemoteDeploymentJsonMarshaller. marshallDeployRequest(Deployable deployable, String bytesValue)
String
WildFlyRemoteDeploymentJsonMarshaller. marshallRemoveRequest(Deployable deployable)
String
WildFlyRemoteDeploymentJsonMarshaller. marshallUndeployRequest(Deployable deployable)
void
AbstractWildFlyRemoteDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of Deployable in org.codehaus.cargo.generic.deployable
Methods in org.codehaus.cargo.generic.deployable that return Deployable Modifier and Type Method Description Deployable
DefaultDeployableFactory. createDeployable(String containerId, String deployableLocation, DeployableType deployableType)
Creates an Deployable instance, wrapping a file or a directory.Deployable
DeployableFactory. createDeployable(String containerId, String deployableLocation, DeployableType deployableType)
Creates an Deployable instance, wrapping a file or a directory.protected Deployable
DefaultDeployableFactory. createInstance(Constructor<? extends Deployable> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.Methods in org.codehaus.cargo.generic.deployable that return types with arguments of type Deployable Modifier and Type Method Description protected Constructor<? extends Deployable>
DefaultDeployableFactory. getConstructor(Class<? extends Deployable> deployableClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.Method parameters in org.codehaus.cargo.generic.deployable with type arguments of type Deployable Modifier and Type Method Description protected Deployable
DefaultDeployableFactory. createInstance(Constructor<? extends Deployable> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends Deployable>
DefaultDeployableFactory. getConstructor(Class<? extends Deployable> deployableClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.void
DefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)
Registers a deployable implementation against a container.void
DeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)
Registers a deployable implementation against a container. -
Uses of Deployable in org.codehaus.cargo.maven3
Fields in org.codehaus.cargo.maven3 with type parameters of type Deployable Modifier and Type Field Description protected List<Deployable>
AbstractDaemonMojo. daemonDeployables
The deployables to deploy.Methods in org.codehaus.cargo.maven3 that return Deployable Modifier and Type Method Description protected Deployable
AbstractCargoMojo. createAutoDeployDeployable(Container container)
Create the autodeploy deployable (if the current project is a Java EE deployable)Methods in org.codehaus.cargo.maven3 with parameters of type Deployable 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 Deployable in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return Deployable Modifier and Type Method Description Deployable
Deployable. createDeployable(String containerId, CargoProject project)
Create a deployable.Methods in org.codehaus.cargo.maven3.configuration with parameters of type Deployable Modifier and Type Method Description protected void
Deployable. setPropertiesOnDeployable(Deployable deployable, CargoProject project)
Set user-defined properties on the created deployable. -
Uses of Deployable in org.codehaus.cargo.tools.daemon
Methods in org.codehaus.cargo.tools.daemon that return types with arguments of type Deployable Modifier and Type Method Description List<Deployable>
DaemonStart. getDeployables()
Method parameters in org.codehaus.cargo.tools.daemon with type arguments of type Deployable Modifier and Type Method Description void
DaemonStart. setDeployables(List<Deployable> deployables)
-