org.gradle.initialization
Class BuildLoader
java.lang.Object
org.gradle.initialization.BuildLoader
class BuildLoader
extends java.lang.Object
- author:
- Hans Dockter
Methods inherited from class java.lang.Object
|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
BuildLoader
public BuildLoader(IProjectFactory projectFactory, InternalRepository internalRepository)
-
load
public BuildInternal load(ProjectDescriptor rootProjectDescriptor, java.lang.ClassLoader buildScriptClassLoader, StartParameter startParameter, Map externalProjectProperties)
- Creates the BuildInternal and ProjectInternal instances for the given root project,
ready for the projects to be evaluated.
Groovy Documentation