net.sf.antcontrib.net

Class Prop


public class Prop
extends java.lang.Object

Simple bean to represent a name/value pair.

Developed for use with Antelope, migrated to ant-contrib Oct 2003.

Version:
$Revision: 1.3 $
Author:
Dale Anson, danson@germane-software.com

Method Summary

String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)

Method Details

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String name)

setValue

public void setValue(String value)