org.codehaus.cargo.container.jetty.internal
Class AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
java.lang.Object
org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfigurationCapability
org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
- All Implemented Interfaces:
- ConfigurationCapability
- Direct Known Subclasses:
- Jetty4xEmbeddedStandaloneLocalConfigurationCapability, Jetty5xEmbeddedStandaloneLocalConfigurationCapability, Jetty6xEmbeddedStandaloneLocalConfigurationCapability, Jetty7xEmbeddedStandaloneLocalConfigurationCapability
public abstract class AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
- extends AbstractStandaloneLocalConfigurationCapability
Capabilities of the Jetty's
AbstractJettyStandaloneLocalConfiguration
configuration for Embedded containers.
- Version:
- $Id: AbstractJettyEmbeddedStandaloneLocalConfigurationCapability.java 1490 2007-07-01 18:35:32Z vmassol $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
public AbstractJettyEmbeddedStandaloneLocalConfigurationCapability()
- Initialize the configuration-specific supports Map.
getPropertySupportMap
protected Map getPropertySupportMap()
-
- Specified by:
getPropertySupportMap
in class AbstractConfigurationCapability
- Returns:
- a map indexed on the configuration property and having Boolean values expressing
whether the configuration supports the said property or not
- See Also:
AbstractConfigurationCapability.getPropertySupportMap()
addProperty
protected void addProperty(String property,
Boolean supported)
- Add a property.
- Parameters:
property
- the property to addsupported
- true if supported false otherwise
Copyright © 2004-2012 Codehaus. All Rights Reserved.