org.codehaus.cargo.container
Interface ContainerCapability
- All Known Implementing Classes:
- J2EEContainerCapability, ServletContainerCapability
public interface ContainerCapability
Represents the capability of a container. More specifically what deployable type it supports,
etc.
- Version:
- $Id: ContainerCapability.java 1705 2008-09-02 13:14:55Z adriana $
supportsDeployableType
boolean supportsDeployableType(DeployableType type)
- Parameters:
type
- the deployable type
- Returns:
- true if the container supports the specified deployable type
Copyright © 2004-2011 Codehaus. All Rights Reserved.