| org.netbeans.installer.infra.build.ant.SizeOf
SizeOf | public class SizeOf extends Task (Code) | | This class is an ant task which is capable of calculating the size of a file (or
a directory) and storing it as the value of a given property.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setFile(String path) Setter for the 'file' property. | public void | setProperty(String property) Setter for the 'property' property. |
execute | public void execute()(Code) | | Executes the task.
|
setFile | public void setFile(String path)(Code) | | Setter for the 'file' property.
Parameters: path - New value for the 'path' property. |
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - New value for the 'property' property. |
|
|