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<String,Boolean> |
defaultSupportsMap
Default support Map.
|
| Constructor and Description |
|---|
AbstractConfigurationCapability()
Initialize the default supports Map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Boolean> |
getProperties() |
protected abstract Map<String,Boolean> |
getPropertySupportMap() |
boolean |
supportsProperty(String propertyName) |
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<String,Boolean> getProperties()
getProperties in interface ConfigurationCapabilityConfigurationCapability.getProperties()Copyright © 2004-2013 Codehaus. All Rights Reserved.