| org.netbeans.installer.infra.build.ant.GroupDescriptor
GroupDescriptor | public class GroupDescriptor extends Task (Code) | | This class is an ant task which creates a group package descriptor based on the
existing project properties and writes it to the specified file.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setFile(String path) Setter for the 'file' property. |
execute | public void execute() throws BuildException(Code) | | Executes the task. This method writes the group package descriptor xml code
to the specified file.
throws: org.apache.tools.ant.BuildException - if a I/O error occurs. |
setFile | public void setFile(String path)(Code) | | Setter for the 'file' property.
Parameters: path - The new value of the 'file' property. |
|
|