Skip navigation links

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

E17493-03


oracle.ide.compiler
Interface PostBuilder


public interface PostBuilder

The PostBuilder interface provides the API to define a method to be called once compile() is being completed in the background


Method Summary
 void postBuild(boolean compilationSuccessful)
          postBuild -- method called after the compile() step completes and pass success/failure information to the method

 

Method Detail

postBuild

void postBuild(boolean compilationSuccessful)
postBuild -- method called after the compile() step completes and pass success/failure information to the method

Skip navigation links

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

E17493-03


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