public class GradleRunnerFactory extends Object
| Constructor and Description |
|---|
GradleRunnerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static GradleRunnerVersion1 |
createGradleRunner(ClassLoader parentClassLoader,
File gradleHomeDirectory,
GradleRunnerInteractionVersion1 interaction,
boolean showDebugInfo)
Deprecated.
Use the tooling API instead.
|
@Deprecated public static GradleRunnerVersion1 createGradleRunner(ClassLoader parentClassLoader, File gradleHomeDirectory, GradleRunnerInteractionVersion1 interaction, boolean showDebugInfo) throws Exception
parentClassLoader - Your classloader. Probably the classloader of whatever class is calling this.gradleHomeDirectory - the root directory of a gradle installationinteraction - this is how we interact with the caller.showDebugInfo - true to show some additional information that may be helpful diagnosing problems is this failsExceptionCopyright © 2013. All rights reserved