|
||||||||||
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.ConfigProperty
public class ConfigProperty
generic property - name/value pair.
Constructor Summary | |
---|---|
ConfigProperty()
|
Method Summary | |
---|---|
String |
getName()
Get name of this property. |
String |
getValue()
Get value of this property. |
void |
setName(String name)
Set name of this property. |
void |
setValue(String value)
Set value of this property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigProperty()
Method Detail |
---|
public String getName()
public String getValue()
public void setName(String name)
name
- public void setValue(String value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |