api / org.gradle.tooling.model.eclipse / EclipseClasspathEntry / getClasspathAttributes

getClasspathAttributes

abstract fun getClasspathAttributes(): DomainObjectSet<out ClasspathAttribute>

Returns the classpath attributes associated with this classpath entry.

Exceptions

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

Return
The classpath attributes.