org.gradle.initialization
Interface IProjectDescriptorRegistry

All Superinterfaces:
org.gradle.api.internal.project.IProjectRegistry<DefaultProjectDescriptor>
All Known Implementing Classes:
DefaultProjectDescriptorRegistry

public interface IProjectDescriptorRegistry
extends org.gradle.api.internal.project.IProjectRegistry<DefaultProjectDescriptor>


Method Summary
 void changeDescriptorPath(java.lang.String oldPath, java.lang.String newPath)
           
 
Methods inherited from interface org.gradle.api.internal.project.IProjectRegistry
addProject, findAll, getAllProjects, getAllProjects, getProject, getProject, getSubProjects
 

Method Detail

changeDescriptorPath

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