org.codehaus.cargo.container.jetty.internal
Class Jetty7xStandaloneLocalConfigurationCapability
java.lang.Object
org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfigurationCapability
org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
- All Implemented Interfaces:
- ConfigurationCapability
public class Jetty7xStandaloneLocalConfigurationCapability
- extends AbstractStandaloneLocalConfigurationCapability
Capabilities of the Jetty's
AbstractJettyStandaloneLocalConfiguration
configuration for Installed containers.
- Version:
- $Id: Jetty7xStandaloneLocalConfigurationCapability.java 1735 2008-09-25 08:58:42Z alitokmen $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jetty7xStandaloneLocalConfigurationCapability
public Jetty7xStandaloneLocalConfigurationCapability()
- 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.