|
|||||||||
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 | |
---|---|
String |
getKey()
Getter for the field key . |
String |
getValue()
Getter for the field value . |
void |
setKey(String key)
Setter for the field key . |
void |
setValue(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 String getKey()
Getter for the field key
.
String
object.public void setKey(String key)
Setter for the field key
.
key
- a String
object.public String getValue()
Getter for the field value
.
String
object.public void setValue(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 |