java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.Config
All Implemented Interfaces:
Serializable

public class Config extends Object implements Serializable
Named Dispatcher configuration.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • addProperty

      public void addProperty(ConfigProperty configProperty)
      Method addProperty.
      Parameters:
      configProperty - a configProperty object.
    • getName

      public String getName()
      Get name of Dispatcher configuration is meant for.
      Returns:
      String
    • getProperties

      public List<ConfigProperty> getProperties()
      Method getProperties.
      Returns:
      List
    • removeProperty

      public void removeProperty(ConfigProperty configProperty)
      Method removeProperty.
      Parameters:
      configProperty - a configProperty object.
    • setName

      public void setName(String name)
      Set name of Dispatcher configuration is meant for.
      Parameters:
      name - a name object.
    • setProperties

      public void setProperties(List<ConfigProperty> properties)
      Set properties.
      Parameters:
      properties - a properties object.