| Package | Description | 
|---|---|
| oracle.ide.compiler | 
 Contains classes that allow addins some level of control on the IDE build system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PostBuilder | 
CompileArguments.getPostBuilder()
The PostBuilder which will be used after the compilation has finished. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
Compiler.compile(Context context,
       boolean rebuild,
       PostBuilder postBuild,
       boolean save)
Deprecated. 
 
Use compile(CompileArguments) instead 
 | 
void | 
CompileArguments.setPostBuilder(PostBuilder postBuilder)
Set the PostBuilder that will be used after the compilation. 
 |