public static interface IvyBuildProxy.BuildCallable<V,T extends java.lang.Throwable>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
V |
call(IvyBuild build)
Performs computation and returns the result,
or throws some exception.
|
V call(IvyBuild build) throws T extends java.lang.Throwable, java.io.IOException, java.lang.InterruptedException
java.lang.InterruptedException - if the processing is interrupted in the middle. Exception will be
propagated to the caller.java.io.IOException - if the program simply wishes to propagate the exception, it may throw
IOException.T extends java.lang.Throwable