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 607 2005-11-05 13:07:56Z vmassol $

Method Summary
 boolean supportsDeployableType(DeployableType type)
           
 

Method Detail

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.