| org.netbeans.installer.infra.build.ant.ReleaseEngine
ReleaseEngine | public class ReleaseEngine extends Task (Code) | | This class is an ant task that is capable or releasing an NBI engine to the
registries server.
author: Kirill Sorokin |
Method Summary | |
public void | execute() Executes the task. | public void | setArchive(String path) Setter for the 'archive' property. | public void | setUrl(String url) Setter for the 'url' property. |
execute | public void execute() throws BuildException(Code) | | Executes the task. This method sends an HTTP POST request tyo the server,
uploading the engine's archive.
throws: org.apache.tools.ant.BuildException - if an I/O error occurs. |
setArchive | public void setArchive(String path)(Code) | | Setter for the 'archive' property.
Parameters: path - The new value of the 'archive' property. |
setUrl | public void setUrl(String url)(Code) | | Setter for the 'url' property.
Parameters: url - The new value of the 'url' property. |
|
|