| org.netbeans.installer.infra.build.ant.SetProperty
SetProperty | public class SetProperty extends Task (Code) | | This class is an ant task which is capable of setting a property value basing on
either a supplied value or a value of another property.
author: Kirill Sorokin |
execute | public void execute()(Code) | | Executes the task. If the source property was specified, its value is
evaluated and set as the value of the target property. Otherwise the literal
string value is used.
|
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - New value for the 'property' property. |
setSource | public void setSource(String source)(Code) | | Setter for the 'source' property.
Parameters: source - New value for the 'source' property. |
setValue | public void setValue(String value)(Code) | | Setter for the 'value' property.
Parameters: value - New value for the 'value' property. |
|
|