| Interface | Description |
|---|---|
| BuckJavacTaskListener |
Listens to events coming from the Java compiler.
|
| BuckJavacTaskProxy |
JavacTask is included with the compiler and is thus not directly
accessible from within Buck's class loader. |
| CompilationUnitTreeProxy |
CompilationUnitTree is included with the compiler and is thus not
directly accessible from within Buck's class loader. |
| PluginClassLoader |
Utility interface for loading classes that live in Buck's Java compiler plugin.
|
| PluginClassLoaderFactory |
Factory interface for
PluginClassLoaders for different compiler instances |
| Class | Description |
|---|---|
| TaskEventMirror |
TaskEvent is included with the compiler and is thus not directly
accessible from within Buck's class loader. |
| Enum | Description |
|---|---|
| TaskEventMirror.Kind |