Method Summary |
|
public synchronized Extension | addExtension(String id, FileObject extensionXml) Adds a new build script extension.
Parameters: id - identification of the extension Parameters: extensionXml - fileobject referencing the build script for the extension, needs to be located in nbproject directory or below. |
public List<String> | getExtensibleTargets() Get a list of target names in the main build script that are allowed to be
extended by adding the "depends" attribute definition to them. |
public synchronized Extension | getExtension(String id) Get an extension by the id. |
synchronized Set<Extension> | getExtensions() |
public synchronized void | removeExtension(String id) Remove an existing build script extension. |