org.codehaus.cargo.container.configuration
Interface ConfigurationCapability
- All Known Implementing Classes:
- AbstractConfigurationCapability, AbstractExistingLocalConfigurationCapability, AbstractRuntimeConfigurationCapability, AbstractStandaloneLocalConfigurationCapability
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 $
supportsProperty
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
java.util.Map getProperties()
- Returns:
- the list of supported or not suported configuration properties
Copyright © 2004-2009 Codehaus. All Rights Reserved.