| org.netbeans.installer.infra.build.ant.Absolutize
Absolutize | public class Absolutize extends Task (Code) | | This class is an ant task which absolutizes the path contained in a given
property with regard to the ant project's basedir.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setProperty(String property) Setter for the 'property' property. |
execute | public void execute()(Code) | | Executes the task. A File object is constructed from the
property value and is then compared to its absolute variant. If they differ
the absolute path is put back to the property.
|
setProperty | public void setProperty(String property)(Code) | | Setter for the 'property' property.
Parameters: property - The new value for the 'property' property. |
|
|