Extension SDK

Package oracle.ide.compiler

Contains classes that allow addins some level of control on the IDE build system.

See:
          Description

Interface Summary
BuildSystemListener BuildSystemListener instances are objects created by BuildSystem clients and used by the BuildSystem as a callback mechanism to allow clients to integrate pre-build & post-build operations.
Compiler The Compiler interface provides the API to drive the actual build system.
CopyListener CopyListener instances are objects created by BuildSystem/CopyTranslator clients and used by the BuildSystem CopyTranslator part as a callback mechanism to allow clients to copy the resource file themselves or change the output name/path, or prevent a particular file from being copied or ...
 

Exception Summary
BuildSystemVetoException BuildSystemVetoException exception is thrown when an BuildSystemListener vetos a build change.
 

Package oracle.ide.compiler Description

Contains classes that allow addins some level of control on the IDE build system.

Related Documentation

See Extending JDeveloper Using the Addin API for additional details.


Extension SDK

 

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