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

E13403-04

Uses of Class
oracle.ide.compiler.BuildSystemVetoException

Packages that use BuildSystemVetoException
oracle.ide.compiler Contains classes that allow addins some level of control on the IDE build system. 
 

Uses of BuildSystemVetoException in oracle.ide.compiler
 

Methods in oracle.ide.compiler that throw BuildSystemVetoException
 void BuildSystemListener.buildFinished(int errorCount, int warningCount, int infoCount)
          This method is called right after the build is complete and just before returning to the caller.
 void BuildSystemListener.buildWillStart(Context context)
          This method is called just before actually starting a build for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
 void BuildSystemListener.cleanFinished(Context context)
          This method is called just before actually finishing a clean for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
 void BuildSystemListener.cleanWillStart(Context context)
          This method is called just before actually starting a clean for the following context, context may be one or more workspace(s), one or more project(s), or one or more files within a project.
 


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.