public interface GradleLauncherActionExecuter<P>
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(GradleLauncherAction<T> action,
P actionParameters)
Executes the given action, and returns the result.
|
<T> T execute(GradleLauncherAction<T> action, P actionParameters)
T - The result typeaction - The actionCopyright © 2013. All rights reserved