Class ServletContainerCapability
- java.lang.Object
-
- org.codehaus.cargo.container.internal.ServletContainerCapability
-
- All Implemented Interfaces:
ContainerCapability
public class ServletContainerCapability extends Object implements ContainerCapability
Capability for Servlet containers.
-
-
Constructor Summary
Constructors Constructor Description ServletContainerCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.
-
-
-
Method Detail
-
supportsDeployableType
public boolean supportsDeployableType(DeployableType type)
Checks if the container supports the specified deployable type or not.- Specified by:
supportsDeployableType
in interfaceContainerCapability
- Parameters:
type
- the deployable type- Returns:
- true if the container supports the specified deployable type
-
-