api / org.gradle.tooling.model.eclipse / HierarchicalEclipseProject / getProjectDirectory

getProjectDirectory

abstract fun getProjectDirectory(): File

Returns the project directory for this project.

Exceptions

UnsupportedMethodException - For Gradle versions older than 1.0-milestone-9, where this method is not supported.

Return
The project directory.

Since
1.0-milestone-9