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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
key
private String key
value
private String value
Property
public Property()
getKey
public String getKey()
 
setKey
public void setKey(String key)
 
getValue
public String getValue()
 
setValue
public void setValue(String value)
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.