org.codehaus.cargo.container.configuration
Interface ConfigurationCapability

All Known Implementing Classes:
AbstractConfigurationCapability

public interface ConfigurationCapability

Represents the capability of a configuration. More specifically it describes the properties that the configuration supports.

Version:
$Id: ConfigurationCapability.java 920 2006-03-12 14:40:44Z vmassol $

Method Summary
 java.util.Map getProperties()
           
 boolean supportsProperty(java.lang.String propertyName)
           
 

Method Detail

supportsProperty

public boolean supportsProperty(java.lang.String propertyName)
Parameters:
propertyName - the property for which to verify the support for this configuration
Returns:
true if the configuration supports the passed property

getProperties

public java.util.Map getProperties()
Returns:
the list of supported or not suported configuration properties


Copyright © 2004-2008 Codehaus. All Rights Reserved.