org.gradle.initialization
Class DefaultProjectDescriptorRegistry

java.lang.Object
  extended by org.gradle.api.internal.project.DefaultProjectRegistry<DefaultProjectDescriptor>
      extended by org.gradle.initialization.DefaultProjectDescriptorRegistry
All Implemented Interfaces:
org.gradle.api.internal.project.IProjectRegistry<DefaultProjectDescriptor>, IProjectDescriptorRegistry

public class DefaultProjectDescriptorRegistry
extends org.gradle.api.internal.project.DefaultProjectRegistry<DefaultProjectDescriptor>
implements IProjectDescriptorRegistry


Constructor Summary
DefaultProjectDescriptorRegistry()
           
 
Method Summary
 void changeDescriptorPath(java.lang.String oldPath, java.lang.String newPath)
           
 
Methods inherited from class org.gradle.api.internal.project.DefaultProjectRegistry
addProject, findAll, getAllProjects, getAllProjects, getProject, getProject, getSubProjects, removeProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gradle.api.internal.project.IProjectRegistry
addProject, findAll, getAllProjects, getAllProjects, getProject, getProject, getSubProjects
 

Constructor Detail

DefaultProjectDescriptorRegistry

public DefaultProjectDescriptorRegistry()
Method Detail

changeDescriptorPath

public void changeDescriptorPath(java.lang.String oldPath,
                                 java.lang.String newPath)
Specified by:
changeDescriptorPath in interface IProjectDescriptorRegistry