|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Project
Represents a Gradle project.
Method Summary | |
---|---|
DomainObjectSet
|
getChildren()
Returns the child projects of this project. |
java.lang.String
|
getName()
Returns the name of this project. |
Project
|
getParent()
Returns the parent project of this project, if any. |
java.io.File
|
getProjectDirectory()
Returns the project directory for this project. |
Method Detail |
---|
public DomainObjectSet getChildren()
public java.lang.String getName()
public Project getParent()
public java.io.File getProjectDirectory()
Groovy Documentation