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 DeployableDeployableElement. 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 voidLocalConfiguration. addDeployable(Deployable deployable)Deploy aDeployablein 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 classAOPWraps a AOP (JBoss AOP Archive) file that will be deployed in the container.classBundleWraps an OSGi Bundle file that will be deployed in the container.classEARWraps an EAR file that will be deployed in the container.classEJBWraps an EJB JAR file that will be deployed in the container.classFileWraps a file that will be deployed into the container.classHARWraps a HAR (Hibernate Archive) file that will be deployed in the container.classRARWraps a RAR file that will be deployed in the container.classSARWraps a SAR file that will be deployed in the container.classWARWraps 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 voidDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidDeployer. deploy(Deployable deployable, DeployableMonitor monitor)Deploy aDeployableto the running container and make it available for requests.voidDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidDeployer. start(Deployable deployable, DeployableMonitor monitor)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidDeployer. stop(Deployable deployable, DeployableMonitor monitor)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidDeployer. undeploy(Deployable deployable, DeployableMonitor monitor)Undeploy aDeployableto 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 voidGeronimoInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidGeronimoInstalledLocalDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidGeronimoInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidGeronimoInstalledLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidGeronimoInstalledLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidGeronimoInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 interfaceGeronimoDeployableGeronimo-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 classGeronimoEARGeronimo EAR deployable.classGeronimoEJBGeronimo EJB deployable.classGeronimoWARGeronimo 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 voidGlassFish2xInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)Does the actual deployment.protected voidGlassFish3xInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)Does the actual deployment.voidGlassFish2xInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidGlassFish3xInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 voidAbstractGlassFishInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected abstract voidAbstractGlassFishInstalledLocalDeployer. doDeploy(Deployable deployable, boolean overwrite)Does the actual deployment.protected StringAbstractGlassFishInstalledLocalDeployer. getDeployableName(Deployable deployable)Get deployable name.voidAbstractGlassFishInstalledLocalDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidAbstractGlassFishInstalledLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidAbstractGlassFishInstalledLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractGlassFishInstalledLocalDeployer. stop(Deployable deployable)Stop aDeployablethat 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 DeployableJBoss7xInstalledLocalDeployer. modifyManifestForClasspathEntries(Deployable originalDeployable)Modify the classpath via theMANIFEST.MFas explained on https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspathMethods in org.codehaus.cargo.container.jboss with parameters of type Deployable Modifier and Type Method Description voidJBoss4xRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidJBoss5xRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected voidJBoss7xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringJBoss7xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.StringJBossInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.protected StringJBossInstalledLocalDeployer. getDeployableName(Deployable deployable)Gets the deployable name for the givendeployable.protected DeployableJBoss7xInstalledLocalDeployer. modifyManifestForClasspathEntries(Deployable originalDeployable)Modify the classpath via theMANIFEST.MFas explained on https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspathvoidJBoss4xRemoteDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidJBoss4xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidJBoss4xRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidJBoss5xRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidJBossInstalledLocalDeployer. 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 classJBossWARExtension that supports custom JBoss descriptor files such as thejboss-web.xmlone. -
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 voidISimpleHttpFileServer. setFile(Deployable deployable, String keepOriginalWarFilename)voidSimpleHttpFileServer. 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 ObjectJetty12xEmbeddedLocalContainer. createHandler(Deployable deployable)Create a WebAppContext for the Deployable.ObjectJetty6xEmbeddedLocalContainer. createHandler(Deployable deployable)Create a WebAppContext for the Deployable.voidJettyRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.ObjectJetty5xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)Implement to perform the work of the deploy.ObjectJetty6xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)Implement to perform the work of the deploy.ObjectJetty7x8x9x10x11xEmbeddedLocalDeployer. deployWebApp(Deployable deployable)Implement to perform the work of the deploy.protected voidJetty6x7x8xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringJetty6x7x8xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.voidJetty5xEmbeddedLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidJetty6xEmbeddedLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidJetty7x8x9x10x11xEmbeddedLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidJetty5xEmbeddedLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidJetty6xEmbeddedLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidJetty7x8x9x10x11xEmbeddedLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidJettyRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidJetty5xEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)Implement to perform the work of the undeploy.voidJetty6xEmbeddedLocalDeployer. undeployWebApp(Deployable deployable)Implement to perform the work of the undeploy.voidJetty7x8x9x10x11xEmbeddedLocalDeployer. 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 voidAbstractJettyEmbeddedLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.abstract ObjectAbstractJettyEmbeddedLocalDeployer. deployWebApp(Deployable deployable)Implement to perform the work of the deploy.static StringAbstractJettyEmbeddedLocalDeployer. getContext(Deployable deployable)Get the context path for the webapp.protected static ObjectAbstractJettyEmbeddedLocalDeployer. getDeployedWebAppContext(Deployable deployable)Get the deployable that matches the context path.voidAbstractJettyEmbeddedLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.abstract voidAbstractJettyEmbeddedLocalDeployer. 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 StringJo1xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables 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 voidJonas5xInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected voidJonas4xInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringJonas4xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.StringJonas5xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.voidJonas4xInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidJonas5xInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 voidAbstractJonas5xRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidAbstractJonasRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected StringAbstractJonas5xRemoteDeployer. findRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)Finds a deployable file on the remote server.protected StringAbstractJonas4xRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)Get the remote file name.protected StringAbstractJonas5xRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)Get the remote file name.protected abstract StringAbstractJonasRemoteDeployer. getRemoteFileName(Deployable deployable, String deployableIdentifier, boolean askFromServer)Get the remote file name.voidAbstractJonas5xRemoteDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidAbstractJonas5xRemoteDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidAbstractJonas5xRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidAbstractJonasRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 StringJRun4xInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables 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 voidLibertyInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringLibertyInstalledLocalDeployer. 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 StringResinInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables 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 voidAbstractLocalConfiguration. addDeployable(Deployable newDeployable)Deploy aDeployablein 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 classAbstractDeployableCommon class for easy Deployable implementations.classAbstractDeployablewithSettableNameCommon 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 booleanAbstractCopyingInstalledLocalDeployer. 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.voidAbstractCopyingInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidAbstractDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidAbstractDeployer. deploy(Deployable deployable, DeployableMonitor monitor)Deploy aDeployableto the running container and make it available for requests.voidAbstractJsr88Deployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidAbstractSwitchableLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected voidAbstractCopyingInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.abstract StringAbstractCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.protected StringAbstractCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)Gets the deployable name for the givendeployable.voidAbstractDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidAbstractDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidAbstractJsr88Deployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidAbstractDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractDeployer. start(Deployable deployable, DeployableMonitor monitor)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractJsr88Deployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidAbstractDeployer. stop(Deployable deployable, DeployableMonitor monitor)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidAbstractJsr88Deployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidAbstractDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidAbstractDeployer. undeploy(Deployable deployable, DeployableMonitor monitor)Undeploy aDeployableto the running container.voidAbstractJsr88Deployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidAbstractSwitchableLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.Method parameters in org.codehaus.cargo.container.spi.deployer with type arguments of type Deployable Modifier and Type Method Description voidAbstractDeployer. deploy(List<Deployable> deployables)Helper method to deploy multiple deployables at a time.voidAbstractDeployer. 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 classTomcatWARExtension that supports custom Tomcatcontext.xmlfiles 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 voidTomcatEmbeddedLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected voidTomcatCopyingInstalledLocalDeployer. doDeploy(String deployableDir, Deployable deployable)Do the actual deployment.StringTomcatCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.protected StringTomcatCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)Replace the slashes with#in the deployable name (see: CARGO-1041).protected StringTomcat7xRemoteDeployer. getPath(Deployable deployable)Gets the webapp path for the specified deployable.protected StringTomcat7xRemoteDeployer. getVersion(Deployable deployable)Gets the webapp version for the specified deployable.protected voidTomcat4xRemoteDeployer. performUndeploy(Deployable deployable)Performs undeployment of deployable.protected voidTomcat5xRemoteDeployer. performUndeploy(Deployable deployable)Performs undeployment of deployable.protected voidTomcat7xRemoteDeployer. performUndeploy(Deployable deployable)Performs undeployment of deployable.voidTomcatEmbeddedLocalDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidTomcatEmbeddedLocalDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidTomcatEmbeddedLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidTomcatEmbeddedLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidTomcatCopyingInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy WAR deployables by deleting the local file from the Tomcat webapps directory.voidTomcatEmbeddedLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 booleanTomcatUtils. containsContextFile(Deployable deployable)Tests whether the specified deployable is a Tomcat WAR and contains aMETA-INF/context.xmlfile.voidAbstractTomcatManagerDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.protected StringAbstractTomcatManagerDeployer. getPath(Deployable deployable)Gets the webapp path for the specified deployable.protected StringAbstractTomcatManagerDeployer. getVersion(Deployable deployable)Gets the webapp version for the specified deployable.protected abstract voidAbstractTomcatManagerDeployer. performUndeploy(Deployable deployable)Performs undeployment of deployable.protected voidAbstractTomcatManagerInstalledLocalDeployer. performUndeploy(Deployable deployable)Performs undeployment of deployable.voidAbstractTomcatManagerDeployer. redeploy(Deployable deployable)Redeploy aDeployablealready deployed to the running container.voidAbstractTomcatManagerDeployer. redeploy(Deployable deployable, DeployableMonitor monitor)Redeploy aDeployablealready deployed to the running container.voidAbstractCatalinaEmbeddedLocalContainer. scheduleDeployment(Deployable deployable)Used byTomcatEmbeddedLocalDeployerto registerDeployables that are to be deployed once the container is started.voidAbstractTomcatManagerDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidAbstractTomcatManagerDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidAbstractTomcatManagerDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 StringTomeeCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables 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 StringAbstractTomeeRemoteDeployer. getPath(Deployable deployable)Gets the webapp path for the specified deployable.protected StringAbstractTomeeRemoteDeployer. 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 voidWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. addDeployableToDomain(Deployable deployable, Element domain)Create and insert an app-deployment element into the domain of the WebLogic server.protected ElementWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. createElementForDeployableInDomain(Deployable deployable, Element domain)create the config.xml element representing the Deployable.protected StringWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. createIdForDeployable(Deployable deployable)Get a string name for the configuration of this deployable.voidWebLogic8xConfigXmlInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidWebLogicWlstOfflineInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidWebLogicWlstRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.StringWebLogic9x10x12x14xCopyingInstalledLocalDeployer. getDeployableDir(Deployable deployable)Specifies the directoryDeployables should be copied to.protected StringWebLogic9x10x12x14xCopyingInstalledLocalDeployer. getDeployableName(Deployable deployable)Gets the deployable name for the givendeployable.protected voidWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. 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.voidWebLogic8xConfigXmlInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidWebLogic9x10x12x14xConfigXmlInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidWebLogic9x10x12x14xCopyingInstalledLocalDeployer. undeploy(Deployable deployable)Removes previously deployed artifact.voidWebLogicWlstOfflineInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom the running container.voidWebLogicWlstRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 ScriptCommandWebLogicWlstConfigurationFactory. deployDeployableOnlineScript(Deployable deployable)ScriptCommandWebLogicWlstConfigurationFactory. deployDeployableScript(Deployable deployable)ScriptCommandWebLogicWlstConfigurationFactory. undeployDeployableOnlineScript(Deployable deployable)ScriptCommandWebLogicWlstConfigurationFactory. 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 voidWebSphere85xInstalledLocalDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.voidWebSphere85xInstalledLocalDeployer. start(Deployable deployable)Starts aDeployablethat is already deployed in the running container but that is not servicing requests.voidWebSphere85xInstalledLocalDeployer. stop(Deployable deployable)Stop aDeployablethat is already deployed in the running container in order to prevent it from servicing requests.voidWebSphere85xInstalledLocalDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 ScriptCommandWebSphereJythonConfigurationFactory. deployDeployableScript(Deployable deployable)List<ScriptCommand>WebSphereJythonConfigurationFactory. deployDeployableScript(Deployable deployable, Collection<String> sharedLibraries)ScriptCommandWebSphereJythonConfigurationFactory. startDeployableScript(Deployable deployable)ScriptCommandWebSphereJythonConfigurationFactory. stopDeployableScript(Deployable deployable)ScriptCommandWebSphereJythonConfigurationFactory. 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 voidAbstractWildFlyRemoteDeployer. deploy(Deployable deployable)Deploy aDeployableto the running container and make it available for requests.StringWildFlyRemoteDeploymentJsonMarshaller. getDeployableFilename(Deployable deployable)StringWildFlyRemoteDeploymentJsonMarshaller. marshallDeployRequest(Deployable deployable, String bytesValue)StringWildFlyRemoteDeploymentJsonMarshaller. marshallRemoveRequest(Deployable deployable)StringWildFlyRemoteDeploymentJsonMarshaller. marshallUndeployRequest(Deployable deployable)voidAbstractWildFlyRemoteDeployer. undeploy(Deployable deployable)Undeploy aDeployablefrom 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 DeployableDefaultDeployableFactory. createDeployable(String containerId, String deployableLocation, DeployableType deployableType)Creates an Deployable instance, wrapping a file or a directory.DeployableDeployableFactory. createDeployable(String containerId, String deployableLocation, DeployableType deployableType)Creates an Deployable instance, wrapping a file or a directory.protected DeployableDefaultDeployableFactory. 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 DeployableDefaultDeployableFactory. 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.voidDefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)Registers a deployable implementation against a container.voidDeployableFactory. 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. daemonDeployablesThe deployables to deploy.Methods in org.codehaus.cargo.maven3 that return Deployable Modifier and Type Method Description protected DeployableAbstractCargoMojo. 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 voidAbstractDeployerMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)Perform a deployer action on a single deployable.protected voidDeployerDeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerRedeployMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerStartMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerStopMojo. performDeployerActionOnSingleDeployable(Deployer deployer, Deployable deployable, DeployableMonitor monitor)protected voidDeployerUndeployMojo. 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 DeployableDeployable. 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 voidDeployable. 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 voidDaemonStart. setDeployables(List<Deployable> deployables)
-