See: Description
Interface | Description |
---|---|
AntArtifactProvider |
Interface to be implemented by projects which can supply a list
of Ant build artifacts.
|
AntArtifactQueryImplementation |
Represents knowledge about the origin of an Ant build product.
|
AntBuildExtenderImplementation |
A project type's spi for
AntBuildExtender 's wiring. |
GeneratedFilesInterceptor |
Notifies the Project extension about build script update.
|
Class | Description |
---|---|
AntBuildExtenderFactory |
Factory class for creation of AntBuildExtender instances
|
An AntArtifact
can be used to represent
a build product of a sub-project, typically used as a dependency in a parent
project. AntArtifactProvider
can be used to
enumerate artifacts (i.e. targets creating some files) which are recommended for
export to parent projects.