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.InterruptedException
int buildSourceAbiJar() throws InterruptedException
buildClasses()
InterruptedException
int buildClasses() throws InterruptedException
InterruptedException
void close()
close
in interface AutoCloseable