org.netbeans.spi.project.ant |
Pluggable implementations of inter-project Ant dependencies.
An {@link org.netbeans.api.project.ant.AntArtifact} can be used to represent
a build product of a sub-project, typically used as a dependency in a parent
project. {@link org.netbeans.spi.project.ant.AntArtifactProvider} can be used to
enumerate artifacts (i.e. targets creating some files) which are recommended for
export to parent projects.
|
Java Source File Name | Type | Comment |
AntArtifactProvider.java | Interface | Interface to be implemented by projects which can supply a list
of Ant build artifacts. |
AntArtifactQueryImplementation.java | Interface | Represents knowledge about the origin of an Ant build product.
Normal code does not need to implement this query. |
AntBuildExtenderFactory.java | Class | |
AntBuildExtenderImplementation.java | Interface | A project type's spi for
org.netbeans.api.project.ant.AntBuildExtender 's wiring. |