public abstract class AbstractConfiguration extends LoggedObject implements ContainerConfiguration, Configuration
ContainerConfiguration that can be
specialized for any type of configuration.| Constructor and Description |
|---|
AbstractConfiguration()
Default setup.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties() |
String |
getPropertyValue(String name) |
void |
setProperty(String name,
String value)
A property is a configuration value for the container (eg the web port, the number of
executing threads, etc).
|
void |
verify()
Verify that the configuration is valid.
|
getLogger, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapability, getTypepublic void setProperty(String name, String value)
setProperty in interface Configurationname - the property namevalue - the property valueConfiguration.setProperty(String, String)public Map<String,String> getProperties()
getProperties in interface ConfigurationConfiguration.getProperties()public String getPropertyValue(String name)
getPropertyValue in interface Configurationname - the property name for which to return the valueConfiguration.getPropertyValue(String)public void verify()
verify in interface ContainerConfigurationContainerConfiguration.verify()Copyright © 2004-2013 Codehaus. All Rights Reserved.