Groovy Documentation

org.gradle.tooling.model
[Java] Interface Project


public interface Project

Represents a Gradle project.


Method Summary
DomainObjectSet getChildProjects()

Returns the child projects of this project.

java.lang.String getName()

Returns the name of this project.

 

Method Detail

getChildProjects

public DomainObjectSet getChildProjects()
Returns the child projects of this project.
Returns:
The child projects. Returns an empty set if this project has no children.


getName

public java.lang.String getName()
Returns the name of this project.
Returns:
The name.


 

Groovy Documentation