Class Prop

java.lang.Object
net.sf.antcontrib.net.Prop

public class Prop extends 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 Details

    • Prop

      public Prop()
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()