Class Config
java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.Config
- All Implemented Interfaces:
Serializable
Named Dispatcher configuration.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(ConfigProperty configProperty) Method addProperty.getName()Get name of Dispatcher configuration is meant for.Method getProperties.voidremoveProperty(ConfigProperty configProperty) Method removeProperty.voidSet name of Dispatcher configuration is meant for.voidsetProperties(List<ConfigProperty> properties) Set properties.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
addProperty
Method addProperty.- Parameters:
configProperty- a configProperty object.
-
getName
Get name of Dispatcher configuration is meant for.- Returns:
- String
-
getProperties
Method getProperties.- Returns:
- List
-
removeProperty
Method removeProperty.- Parameters:
configProperty- a configProperty object.
-
setName
Set name of Dispatcher configuration is meant for.- Parameters:
name- a name object.
-
setProperties
Set properties.- Parameters:
properties- a properties object.
-