org.codehaus.mojo.exec

Class Property

public class Property extends Object

Wrapper class for the systemPropery argument type.

Author: Kaare Nilsen

Method Summary
StringgetKey()
StringgetValue()
voidsetKey(String key)
voidsetValue(String value)

Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)
Copyright © 2005-2009 Codehaus. All Rights Reserved.