| Interface | Description |
|---|---|
| JavaCompiler |
The general compiler interface.
|
| Class | Description |
|---|---|
| AbstractJavaCompiler |
Base class for compiler implementations.
|
| CompilationResult |
A CompilationResult represents the result of a compilation.
|
| EclipseCompilationProblem |
Wrapping an Eclipse compiler problem
|
| EclipseJavaCompiler |
Eclipse compiler implementation
|
| EclipseJavaCompilerSettings |
Native Eclipse compiler settings
|
| JaninoCompilationProblem |
Janino version of a CompilationProblem
|
| JaninoJavaCompiler | |
| JaninoJavaCompilerSettings | |
| JavaCompilerFactory |
Creates JavaCompilers
TODO use META-INF discovery mechanism
|
| JavaCompilerSettings |
Most common denominator for JavaCompiler settings.
|
| NativeCompilationProblem | |
| NativeJavaCompiler | |
| NativeJavaCompiler.AggregatingIterable<T> | |
| NativeJavaCompiler.AggregatingIterator<T> | |
| NativeJavaCompilerSettings |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.