Package net.sf.antcontrib.net
Class Prop
- java.lang.Object
-
- net.sf.antcontrib.net.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
-
-
Constructor Summary
Constructors Constructor Description Prop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
void
setName(java.lang.String name)
void
setValue(java.lang.String value)
-