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 DeployableTypeDeployableElement. 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 booleanContainerCapability. 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 DeployableTypeDeployableType. AOPThe AOP deployable type.static DeployableTypeDeployableType. BUNDLEThe OSGi Bundle deployable type.static DeployableTypeDeployableType. EARThe EAR deployable type.static DeployableTypeDeployableType. EJBThe EJB deployable type.static DeployableTypeDeployableType. FILEThe File deployable type.static DeployableTypeDeployableType. HARThe HAR deployable type.static DeployableTypeDeployableType. RARThe RAR deployable type.static DeployableTypeDeployableType. SARThe SAR deployable type.static DeployableTypeDeployableType. WARThe WAR deployable type.Methods in org.codehaus.cargo.container.deployable that return DeployableType Modifier and Type Method Description DeployableTypeAOP. getType()DeployableTypeBundle. getType()DeployableTypeDeployable. getType()DeployableTypeEAR. getType()DeployableTypeEJB. getType()DeployableTypeFile. getType()DeployableTypeHAR. getType()DeployableTypeRAR. getType()DeployableTypeSAR. getType()DeployableTypeWAR. getType()static DeployableTypeDeployableType. toType(String typeAsString)Transform a type represented as a string into aDeployableTypeobject. -
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 booleanGeronimo3xContainerCapability. 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 booleanGlassFish2xContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanGlassFish3x4x5x6x7xContainerCapability. 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 booleanJ2EEContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanServletContainerCapability. 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 booleanJBoss3xContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanJBoss4xContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanJBoss5x6xContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanJBoss72xContainerCapability. supportsDeployableType(DeployableType type)Checks if the container supports the specified deployable type or not.booleanJBoss7xContainerCapability. 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 StringAbstractJonas4xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.protected StringAbstractJonas5xRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.protected abstract StringAbstractJonasRemoteDeployer. getOperationName(AbstractJonasRemoteDeployer.ActionType actionType, DeployableType deployableType, AbstractJonasRemoteDeployer.TargetType targetType)Returns the operation name for the given deployable and action type.booleanJonas4xContainerCapability. supportsDeployableType(DeployableType type)Add support for EJB and RAR deployable types.booleanJonas5xContainerCapability. 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 voidAbstractCopyingInstalledLocalDeployer. setShouldDeployExpanded(DeployableType type, boolean flag)Decide whether some expanded deployables of the specified type should be deployed or not.protected booleanAbstractCopyingInstalledLocalDeployer. 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 booleanTomeeContainerCapability. 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 booleanWildFlySwarmContainerCapability. 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 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.booleanDefaultDeployableFactory. isDeployableRegistered(String containerId, DeployableType deployableType)Checks if the deployable specified by the deployable type is registered for a specific container.booleanDeployableFactory. isDeployableRegistered(String containerId, DeployableType deployableType)Checks if the deployable specified by the deployable type is registered for a specific container.voidDefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, Class<? extends Deployable> deployableClass)Registers a deployable implementation against a container.voidDefaultDeployableFactory. registerDeployable(String containerId, DeployableType deployableType, String deployableClassName)Registers a deployable using a class specified as a String.voidDeployableFactory. 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.
-