Package | Description |
---|---|
org.netbeans.api.project.ant |
Ways of getting information about Ant-based projects useful from other projects.
|
Modifier and Type | Method and Description |
---|---|
AntBuildExtender.Extension |
AntBuildExtender.addExtension(String id,
FileObject extensionXml)
Adds a new build script extension.
|
AntBuildExtender.Extension |
AntBuildExtender.getExtension(String id)
Get an extension by the id.
|