EclipseClasspathContainer, EclipseExternalDependency, EclipseProjectDependency, EclipseSourceDirectorypublic interface EclipseClasspathEntry
| Modifier and Type | Method | Description | 
|---|---|---|
| DomainObjectSet<? extends AccessRule> | getAccessRules() | Returns the access rules associated with this classpath entry. | 
| DomainObjectSet<? extends ClasspathAttribute> | getClasspathAttributes() | Returns the classpath attributes associated with this classpath entry. | 
DomainObjectSet<? extends ClasspathAttribute> getClasspathAttributes() throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 2.14, where this method is not supported.DomainObjectSet<? extends AccessRule> getAccessRules() throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.