Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Package
oracle.ide.compiler

Packages that use oracle.ide.compiler
oracle.ide.compiler Contains classes that allow addins some level of control on the IDE build system. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
 

Classes in oracle.ide.compiler used by oracle.ide.compiler
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.
BuildSystemVetoException
          BuildSystemVetoException exception is thrown when an BuildSystemListener vetos a build change.
CompileArguments
          This class defines the arguments for a compilation using the Compiler.compile() entrypoint.
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 ...
PostBuilder
          The PostBuilder interface provides the API to define a method to be called once compile() is being completed in the background
 

Classes in oracle.ide.compiler used by oracle.jdeveloper.compiler
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.
CompileArguments
          This class defines the arguments for a compilation using the Compiler.compile() entrypoint.
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 ...
PostBuilder
          The PostBuilder interface provides the API to define a method to be called once compile() is being completed in the background
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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