public static interface Javac.Invocation extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
int |
buildClasses() |
int |
buildSourceAbiJar()
Produces a source ABI jar.
|
int |
buildSourceOnlyAbiJar()
Produces a source-only ABI jar.
|
void |
close() |
int buildSourceOnlyAbiJar()
throws InterruptedException
buildClasses() may not be called on an invocation on
which this has been called.InterruptedExceptionint buildSourceAbiJar()
throws InterruptedException
buildClasses()InterruptedExceptionint buildClasses()
throws InterruptedException
InterruptedExceptionvoid close()
close in interface AutoCloseable