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 StringgetKey()Getter for the fieldkey.StringgetValue()Getter for the fieldvalue.voidsetKey(String key)Setter for the fieldkey.voidsetValue(String value)Setter for the fieldvalue.
-