| org.netbeans.installer.infra.build.ant.UriToPath
UriToPath | public class UriToPath extends Task (Code) | | Thsi class is an ant task which converts an URI to a relative path. This is
useful for caching the downloads.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setProperty(String property) Setter for the 'property' property. | public void | setUri(String uri) Setter for the 'uri' property. |
execute | public void execute() throws BuildException(Code) | | Executes the task.
|
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - New value for the 'property' property. |
setUri | public void setUri(String uri)(Code) | | Setter for the 'uri' property.
Parameters: uri - New value for the 'uri' property. |
|
|