Class WildFlySwarmContainerCapability
- java.lang.Object
-
- org.codehaus.cargo.container.wildfly.swarm.internal.WildFlySwarmContainerCapability
-
- All Implemented Interfaces:
ContainerCapability
public class WildFlySwarmContainerCapability extends Object implements ContainerCapability
WildFly Swarm container capability.
-
-
Constructor Summary
Constructors Constructor Description WildFlySwarmContainerCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsDeployableType(DeployableType type)
As WildFly Swarm is already bundled with application, it does not support any deployment.
-
-
-
Method Detail
-
supportsDeployableType
public boolean supportsDeployableType(DeployableType type)
As WildFly Swarm is already bundled with application, it does not support any deployment. Checks if the container supports the specified deployable type or not.- Specified by:
supportsDeployableType
in interfaceContainerCapability
- Parameters:
type
- the deployable type- Returns:
- always false.
-
-