Package org.codehaus.mojo.exec
Class Property
- java.lang.Object
-
- org.codehaus.mojo.exec.Property
-
public class Property extends Object
Wrapper class for the systemPropery argument type.- Author:
- Kaare Nilsen (kaare.nilsen@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Getter for the fieldkey
.String
getValue()
Getter for the fieldvalue
.void
setKey(String key)
Setter for the fieldkey
.void
setValue(String value)
Setter for the fieldvalue
.
-