org.codehaus.mojo.exec
Class Property

java.lang.Object
  extended by org.codehaus.mojo.exec.Property

public class Property
extends Object

Wrapper class for the systemPropery argument type.

Author:
Kaare Nilsen

Field Summary
private  String key
           
private  String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private String key

value

private String value
Constructor Detail

Property

public Property()
Method Detail

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.