public interface Configuration
extends org.codehaus.cargo.util.log.Loggable
Modifier and Type | Method and Description |
---|---|
ConfigurationCapability |
getCapability() |
Map |
getProperties() |
String |
getPropertyValue(String name) |
ConfigurationType |
getType() |
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 setProperty(String name, String value)
name
- the property namevalue
- the property valueMap getProperties()
setProperty(String, String)
String getPropertyValue(String name)
name
- the property name for which to return the valuesetProperty(String, String)
ConfigurationCapability getCapability()
ConfigurationCapability
of the configuration in term of properties it
supports, etcConfigurationType getType()
Copyright © 2004-2013 Codehaus. All Rights Reserved.