|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.project.DefaultProjectRegistry
org.gradle.initialization.DefaultProjectDescriptorRegistry
class DefaultProjectDescriptorRegistry extends DefaultProjectRegistry
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()
Method Detail |
---|
public void changeDescriptorPath(java.lang.String oldPath, java.lang.String newPath)
Groovy Documentation