Groovy Documentation

org.gradle.initialization
Class DefaultProjectDescriptorRegistry

java.lang.Object
  org.gradle.api.internal.project.DefaultProjectRegistry
      org.gradle.initialization.DefaultProjectDescriptorRegistry
All Implemented Interfaces:
IProjectDescriptorRegistry

class DefaultProjectDescriptorRegistry
extends DefaultProjectRegistry

author:
Hans Dockter


Constructor Summary
DefaultProjectDescriptorRegistry()

 
Method Summary
void changeDescriptorPath(java.lang.String oldPath, java.lang.String newPath)

 
Methods inherited from class DefaultProjectRegistry
addProject, findAll, getAllProjects, getAllProjects, getProject, getProject, getSubProjects, removeProject
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultProjectDescriptorRegistry

DefaultProjectDescriptorRegistry()


 
Method Detail

changeDescriptorPath

public void changeDescriptorPath(java.lang.String oldPath, java.lang.String newPath)


 

Groovy Documentation