| Constructor | Description |
|---|---|
CompilationFuture(CompilationValve valve,
StringWriter output) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
|
Void |
get() |
|
Void |
get(long timeout,
TimeUnit unit) |
|
boolean |
isCancelled() |
|
boolean |
isDone() |
public CompilationFuture(CompilationValve valve, StringWriter output)
public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled in interface Future<Void>public Void get() throws InterruptedException, ExecutionException
get in interface Future<Void>InterruptedExceptionExecutionExceptionpublic Void get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<Void>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2017 Lukas Krejci. All Rights Reserved.