org.codehaus.cargo.container.tomcat.internal
Class TomcatStandaloneLocalConfigurationCapability
java.lang.Object
org.codehaus.cargo.container.spi.configuration.AbstractConfigurationCapability
org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfigurationCapability
org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
- All Implemented Interfaces:
- ConfigurationCapability
public class TomcatStandaloneLocalConfigurationCapability
- extends AbstractStandaloneLocalConfigurationCapability
Capabilities of Tomcat's AbstractTomcatStandaloneLocalConfiguration
configuration.
- Version:
- $Id: TomcatStandaloneLocalConfigurationCapability.java 1890 2009-02-13 15:39:21Z adriancole $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatStandaloneLocalConfigurationCapability
public TomcatStandaloneLocalConfigurationCapability()
- 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()
Copyright © 2004-2012 Codehaus. All Rights Reserved.