| org.netbeans.installer.infra.build.ant.Md5
Md5 | public class Md5 extends Task (Code) | | This class is an ant task which is capable of calculating an MD5 digital digest
for a given file and output it to a project 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() throws BuildException(Code) | | Executes the task.
throws: org.apache.tools.ant.BuildException - if an I/O error occurs. |
setFile | public void setFile(String path)(Code) | | Setter for the 'file' property.
Parameters: path - New value for the 'file' property. |
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - New value for the 'property' property. |
|
|