| Package | Description |
|---|---|
| javax.ide |
The ide package is where all JSR 198 packages are rooted.
|
| javax.ide.build |
The build system interfaces that extension writers need to implement in
order to listen for build events.
|
| Class and Description |
|---|
| BuildSystem
The
BuildSystem service allows extension writers to
initiate a build and query information from the build system. |
| Class and Description |
|---|
| AbortBuildException
Exception thrown by
BuildListeners to stop the build process. |
| BuildEvent
Event object passed to the
BuildListeners. |
| BuildListener
Extension writers request notification of
BuildSystem events by
implementing this interface and registering their build listener with the
extension deployment descriptor. |
| BuildSystem
The
BuildSystem service allows extension writers to
initiate a build and query information from the build system. |