Class BfDependencyCollector.DoneFuture<V>
java.lang.Object
org.eclipse.aether.internal.impl.collect.bf.BfDependencyCollector.DoneFuture<V>
- All Implemented Interfaces:
Future<V>
- Enclosing class:
BfDependencyCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
v
-
-
Constructor Details
-
DoneFuture
DoneFuture(V v)
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceFuture<V>
-
isDone
public boolean isDone() -
get
- Specified by:
get
in interfaceFuture<V>
- Throws:
InterruptedException
ExecutionException
-
get
public V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
get
in interfaceFuture<V>
- Throws:
InterruptedException
ExecutionException
TimeoutException
-