| org.netbeans.installer.infra.build.ant.Sum
Sum | public class Sum extends Task (Code) | | This class is an ant task which is capable of summing two integer values and
storing the result as the value of a property.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setArg1(String arg1) Setter for the 'arg1' property. | public void | setArg2(String arg2) Setter for the 'arg2' property. | public void | setProperty(String property) Setter for the 'property' property. |
execute | public void execute()(Code) | | Executes the task.
|
setArg1 | public void setArg1(String arg1)(Code) | | Setter for the 'arg1' property.
Parameters: arg1 - New value for the 'arg1' property. |
setArg2 | public void setArg2(String arg2)(Code) | | Setter for the 'arg2' property.
Parameters: arg2 - New value for the 'arg2' property. |
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - New value for the 'property' property. |
|
|