|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.exec.Property
public class Property
Wrapper class for the systemPropery argument type.
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Getter for the field key. |
java.lang.String |
getValue()
Getter for the field value. |
void |
setKey(java.lang.String key)
Setter for the field key. |
void |
setValue(java.lang.String value)
Setter for the field value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public java.lang.String getKey()
Getter for the field key.
String object.public void setKey(java.lang.String key)
Setter for the field key.
key - a String object.public java.lang.String getValue()
Getter for the field value.
String object.public void setValue(java.lang.String value)
Setter for the field value.
value - a String object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||