public abstract class AbstractConfigurationCapability extends Object implements ConfigurationCapability
ConfigurationCapability
that needs to be extended by the different configuration implementations.| Modifier and Type | Field and Description |
|---|---|
protected Map |
defaultSupportsMap
Default support Map.
|
| Constructor and Description |
|---|
AbstractConfigurationCapability()
Initialize the default supports Map.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getProperties() |
protected abstract Map |
getPropertySupportMap() |
boolean |
supportsProperty(String propertyName) |
protected Map defaultSupportsMap
public AbstractConfigurationCapability()
public boolean supportsProperty(String propertyName)
supportsProperty in interface ConfigurationCapabilitypropertyName - the property for which to verify the support for this configurationConfigurationCapability.supportsProperty(String)public Map getProperties()
getProperties in interface ConfigurationCapabilityConfigurationCapability.getProperties()protected abstract Map getPropertySupportMap()
Copyright © 2004-2013 Codehaus. All Rights Reserved.