| com.izforge.izpack.ant.Property
Property | public class Property extends org.apache.tools.ant.taskdefs.Property (Code) | | A subclass of Ant Property to validate values, but not add to the ant
project's properties.
author: Chad McHenry |
Field Summary | |
protected Properties | props Store the property[s] of this Property tag. |
props | protected Properties props(Code) | | Store the property[s] of this Property tag.
|
Property | public Property()(Code) | | Creates new IZPackTask
|
addProperty | protected void addProperty(String n, String v)(Code) | | Overridden to store properties locally, not in the Ant Project.
Parameters: n - name of property Parameters: v - value to set |
|
|