Groovy Documentation

org.gradle.api.internal.project
Class ProjectFactory

java.lang.Object
  org.gradle.api.internal.project.ProjectFactory
All Implemented Interfaces:
IProjectFactory

class ProjectFactory
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
ProjectFactory()

ProjectFactory(ProjectServiceRegistryFactory serviceRegistryFactory, ScriptSource embeddedScript)

 
Method Summary
DefaultProject createProject(ProjectDescriptor projectDescriptor, ProjectInternal parent, BuildInternal build)

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

Constructor Detail

ProjectFactory

public ProjectFactory()


ProjectFactory

public ProjectFactory(ProjectServiceRegistryFactory serviceRegistryFactory, ScriptSource embeddedScript)


 
Method Detail

createProject

public DefaultProject createProject(ProjectDescriptor projectDescriptor, ProjectInternal parent, BuildInternal build)


 

Groovy Documentation