Uses of Class
org.codehaus.cargo.container.deployable.DeployableType
-
-
Uses of DeployableType in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return DeployableType Modifier and Type Method Description DeployableType
DeployableElement. getType()
-
Uses of DeployableType in org.codehaus.cargo.container
Methods in org.codehaus.cargo.container with parameters of type DeployableType Modifier and Type Method Description boolean
ContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.deployable
Fields in org.codehaus.cargo.container.deployable declared as DeployableType Modifier and Type Field Description static DeployableType
DeployableType. AOP
The AOP deployable type.static DeployableType
DeployableType. BUNDLE
The OSGi Bundle deployable type.static DeployableType
DeployableType. EAR
The EAR deployable type.static DeployableType
DeployableType. EJB
The EJB deployable type.static DeployableType
DeployableType. FILE
The File deployable type.static DeployableType
DeployableType. HAR
The HAR deployable type.static DeployableType
DeployableType. RAR
The RAR deployable type.static DeployableType
DeployableType. SAR
The SAR deployable type.static DeployableType
DeployableType. WAR
The WAR deployable type.Methods in org.codehaus.cargo.container.deployable that return DeployableType Modifier and Type Method Description DeployableType
AOP. getType()
DeployableType
Bundle. getType()
DeployableType
Deployable. getType()
DeployableType
EAR. getType()
DeployableType
EJB. getType()
DeployableType
File. getType()
DeployableType
HAR. getType()
DeployableType
RAR. getType()
DeployableType
SAR. getType()
DeployableType
WAR. getType()
static DeployableType
DeployableType. toType(String typeAsString)
Transform a type represented as a string into aDeployableType
object. -
Uses of DeployableType in org.codehaus.cargo.container.geronimo.internal
Methods in org.codehaus.cargo.container.geronimo.internal with parameters of type DeployableType Modifier and Type Method Description boolean
Geronimo3xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type DeployableType Modifier and Type Method Description boolean
GlassFish2xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
GlassFish3x4x5x6x7xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.internal
Methods in org.codehaus.cargo.container.internal with parameters of type DeployableType Modifier and Type Method Description boolean
J2EEContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
ServletContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.jboss.internal
Methods in org.codehaus.cargo.container.jboss.internal with parameters of type DeployableType Modifier and Type Method Description boolean
JBoss3xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
JBoss4xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
JBoss5x6xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
JBoss72xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.boolean
JBoss7xContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.jonas.internal
Methods in org.codehaus.cargo.container.jonas.internal with parameters of type DeployableType Modifier and Type Method Description protected String
AbstractJonas4xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.protected String
AbstractJonas5xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.protected abstract String
AbstractJonasRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)
Returns the operation name for the given deployable and action type.boolean
Jonas4xContainerCapability. supportsDeployableType(DeployableType type)
Add support for EJB and RAR deployable types.boolean
Jonas5xContainerCapability. supportsDeployableType(DeployableType type)
Add support for the OSGi bundle deployable type. -
Uses of DeployableType in org.codehaus.cargo.container.spi.deployer
Methods in org.codehaus.cargo.container.spi.deployer with parameters of type DeployableType Modifier and Type Method Description void
AbstractCopyingInstalledLocalDeployer. setShouldDeployExpanded(DeployableType type, boolean flag)
Decide whether some expanded deployables of the specified type should be deployed or not.protected boolean
AbstractCopyingInstalledLocalDeployer. shouldDeployExpanded(DeployableType type)
-
Uses of DeployableType in org.codehaus.cargo.container.tomee.internal
Methods in org.codehaus.cargo.container.tomee.internal with parameters of type DeployableType Modifier and Type Method Description boolean
TomeeContainerCapability. supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not. -
Uses of DeployableType in org.codehaus.cargo.container.wildfly.swarm.internal
Methods in org.codehaus.cargo.container.wildfly.swarm.internal with parameters of type DeployableType Modifier and Type Method Description boolean
WildFlySwarmContainerCapability. supportsDeployableType(DeployableType type)
As WildFly Swarm is already bundled with application, it does not support any deployment. -
Uses of DeployableType in org.codehaus.cargo.generic.deployable
Methods in org.codehaus.cargo.generic.deployable with parameters of type DeployableType 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.boolean
DefaultDeployableFactory. isDeployableRegistered(String containerId, DeployableType deployableType)
Checks if the deployable specified by the deployable type is registered for a specific container.boolean
DeployableFactory. isDeployableRegistered(String containerId, DeployableType deployableType)
Checks if the deployable specified by the deployable type is registered for a specific container.void
DefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)
Registers a deployable implementation against a container.void
DefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, String deployableClassName)
Registers a deployable using a class specified as a String.void
DeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)
Registers a deployable implementation against a container. -
Uses of DeployableType in org.codehaus.cargo.sample.java.validator
Constructors in org.codehaus.cargo.sample.java.validator with parameters of type DeployableType Constructor Description HasDeployableSupportValidator(DeployableType deployableType)
Saves the type to check for.
-