Extension SDK 10.1.2

Uses of Interface
oracle.ide.compiler.PostBuilder

Packages that use PostBuilder
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. 
 

Uses of PostBuilder in oracle.ide.compiler
 

Methods in oracle.ide.compiler with parameters of type PostBuilder
abstract  void Compiler.compile(Context context, boolean rebuild, PostBuilder postBuild, boolean save)
          compile -- compile the context (may be project, workspace, file, ...) on a background thread and call the specified worker object once compilation is completed with build successful or not as the postBuild method input parameter.
 

Uses of PostBuilder in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type PostBuilder
 void JCompiler.compile(Context context, boolean rebuild, PostBuilder postBuild, boolean save)
           
 


Extension SDK

 

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