public interface JseToolchainWithCommandExecSpec<T extends org.ysb33r.grolifant5.api.core.runnable.ExecutableCommand<T>> extends JseToolchain
| Modifier and Type | Method and Description |
|---|---|
default T |
createExecSpec()
Creates an execution specification for the specific toolchain.
|
T |
createExecSpec(org.gradle.api.Action<T> configurator)
Creates an execution specification for the specific toolchain and partially configure it.
|
getExecutableVersiondefault T createExecSpec()