Groovy Documentation

org.gradle.initialization
Class BuildLoader

java.lang.Object
  org.gradle.initialization.BuildLoader

class BuildLoader
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
BuildLoader(IProjectFactory projectFactory, InternalRepository internalRepository)

 
Method Summary
BuildInternal load(ProjectDescriptor rootProjectDescriptor, java.lang.ClassLoader buildScriptClassLoader, StartParameter startParameter, Map externalProjectProperties)

Creates the { ready for the projects to be evaluated.

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

BuildLoader

public BuildLoader(IProjectFactory projectFactory, InternalRepository internalRepository)


 
Method Detail

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