public static interface MavenBuildProxy.BuildCallable<V,T extends Throwable> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
V |
call(MavenBuild build)
Performs computation and returns the result,
or throws some exception.
|
V call(MavenBuild build) throws T extends Throwable, IOException, InterruptedException
InterruptedException - if the processing is interrupted in the middle. Exception will be
propagated to the caller.IOException - if the program simply wishes to propage the exception, it may throw
IOException.T extends ThrowableCopyright © 2016–2017. All rights reserved.