api / org.gradle.tooling.model.eclipse / EclipseProject / getClasspath

getClasspath

abstract fun getClasspath(): DomainObjectSet<out EclipseExternalDependency>

Returns the external dependencies which make up the classpath of this project.

Return
The dependencies. Returns an empty set if the project has no external dependencies.

Since
1.0-milestone-3