org.gradle.tooling.model
Interface Project

All Known Subinterfaces:
EclipseProject

public interface Project

Represents a Gradle project.


Method Summary
 DomainObjectSet<? extends Project> getChildProjects()
          Returns the child projects of this project.
 String getName()
          Returns the name of this project.
 

Method Detail

getName

String getName()
Returns the name of this project.

Returns:
The name.

getChildProjects

DomainObjectSet<? extends Project> getChildProjects()
Returns the child projects of this project.

Returns:
The child projects. Returns an empty set if this project has no children.