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

getClasspathContainers

abstract fun getClasspathContainers(): DomainObjectSet<out EclipseClasspathContainer>

Returns the Eclipse classpath containers defined on the project.

Exceptions

UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.

Return
The list of classpath containers.

Since
3.0