| Interface | Description |
|---|---|
| IBuildMessageHandler |
Interface that handles messages sent from the compiler.
|
| IBuildProgressMonitor |
Interface that presents the user with information about the
progress of the build
|
| ICompilerConfiguration |
Interface that contains all the configuration required for the compiler to be able to perform a build
|
| IOutputLocationManager |
Interface that handles where the compilation output is sent.
|
| Class | Description |
|---|---|
| AjCompiler |
The class to be used by tools to drive a build.
|
| JavaOptions |
Class containing the current custom java options
|