|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.plexus.components.sec.dispatcher.model.Config
public class Config
Named configuration.
Constructor Summary | |
---|---|
Config()
|
Method Summary | |
---|---|
void |
addProperty(ConfigProperty configProperty)
Method addProperty. |
String |
getName()
Get name of this configuration. |
List<ConfigProperty> |
getProperties()
Method getProperties. |
void |
removeProperty(ConfigProperty configProperty)
Method removeProperty. |
void |
setName(String name)
Set name of this configuration. |
void |
setProperties(List<ConfigProperty> properties)
Set properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Config()
Method Detail |
---|
public void addProperty(ConfigProperty configProperty)
configProperty
- public String getName()
public List<ConfigProperty> getProperties()
public void removeProperty(ConfigProperty configProperty)
configProperty
- public void setName(String name)
name
- public void setProperties(List<ConfigProperty> properties)
properties
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |