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

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

Property

public Property()
Method Detail

getKey

public String getKey()

Getter for the field key.

Returns:
a String object.

setKey

public void setKey(String key)

Setter for the field key.

Parameters:
key - a String object.

getValue

public String getValue()

Getter for the field value.

Returns:
a String object.

setValue

public void setValue(String value)

Setter for the field value.

Parameters:
value - a String object.


Copyright © 2005-2011 Codehaus. All Rights Reserved.