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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(ConfigProperty configProperty) Method addProperty.getName()
Get name of Dispatcher configuration is meant for.Method getProperties.void
removeProperty
(ConfigProperty configProperty) Method removeProperty.void
Set name of Dispatcher configuration is meant for.void
setProperties
(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.
-