See: Description
Interface | Description |
---|---|
BuildListener |
Extension writers request notification of
BuildSystem events by
implementing this interface and registering their build listener with the
extension deployment descriptor. |
Class | Description |
---|---|
BuildEvent |
Event object passed to the
BuildListener s. |
BuildSystem |
The
BuildSystem service allows extension writers to
initiate a build and query information from the build system. |
Exception | Description |
---|---|
AbortBuildException |
Exception thrown by
BuildListener s to stop the build process. |
In general, extension writers implement the BuildListener
interface when requesting to be notified of build system events.
IDE service providers must provide a concrete implementation of the
BuildSystem
interface. The Extension Development Kit
(EDK) provides an abstract implementation that IDE services providers should
extend: BuildSystem
.