|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Elementorg.gradle.tooling.model.Project
org.gradle.tooling.model.Model
@Deprecated public interface Project extends Element
Represents a project of some kind.
Method Summary | |
---|---|
String
|
getDescription()
Returns the description of this project. |
String
|
getName()
Returns the name of this project. |
String
|
getPath()
Returns the fully-qualified path of this project. |
File
|
getProjectDirectory()
Returns the project directory for this project. |
Methods inherited from interface Element | |
---|---|
getDescription, getName |
Method Detail |
---|
public String getDescription()
public String getName()
public String getPath()
public File getProjectDirectory()
Gradle API 1.0-milestone-8