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

getAccessRules

abstract fun getAccessRules(): DomainObjectSet<out AccessRule>

Returns the access rules associated with this classpath entry.

Exceptions

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

Return
The access rules.

Since
3.0