Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Package javax.ide.build

The build system interfaces that extension writers need to implement in order to listen for build events.

See:
          Description

Interface Summary
BuildListener Extension writers request notification of BuildSystem events by implementing this interface and registering their build listener with the extension deployment descriptor.
 

Class Summary
BuildEvent Event object passed to the BuildListeners.
BuildSystem The BuildSystem service allows extension writers to initiate a build and query information from the build system.
 

Exception Summary
AbortBuildException Exception thrown by BuildListeners to stop the build process.
 

Package javax.ide.build Description

The build system interfaces that extension writers need to implement in order to listen for build events.

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.