| |
|
| org.tp23.antinstaller.antmod.taskdefs.PropertyTask
PropertyTask | final public class PropertyTask extends Task (Code) | | usage:
<antinstaller-property name="property.name" value="myValue"/>
or:
<antinstaller-property resource="/resources/my.props"/>
author: teknopaul |
PropertyTask | public PropertyTask()(Code) | | Ant Tasks must have a noargs constructor
|
execute | public void execute() throws BuildException(Code) | | the "main" method
|
setIfProperty | public void setIfProperty(String ifProperty)(Code) | | |
|
|
|