public class BootstrapLoader extends Object
| Constructor and Description |
|---|
BootstrapLoader() |
| Modifier and Type | Method and Description |
|---|---|
URLClassLoader |
getClassLoader() |
static List<File> |
getGradleClasspath() |
static File[] |
getGradleHomeLibClasspath() |
static List<File> |
getLoggingJars() |
static List<File> |
getNonLoggingJars() |
void |
initialize(ClassLoader parentClassloader,
File gradleHome,
boolean useParentLastClassLoader,
boolean loadOpenAPI,
boolean bootStrapDebug) |
void |
initialize(File gradleHome,
boolean bootStrapDebug) |
Class |
load(String classPath) |
public void initialize(File gradleHome, boolean bootStrapDebug) throws Exception
Exceptionpublic void initialize(ClassLoader parentClassloader, File gradleHome, boolean useParentLastClassLoader, boolean loadOpenAPI, boolean bootStrapDebug) throws Exception
Exceptionpublic static File[] getGradleHomeLibClasspath()
public URLClassLoader getClassLoader()
Copyright © 2013. All rights reserved