api / org.gradle.tooling.model.eclipse / EclipseClasspathContainer

EclipseClasspathContainer

interface EclipseClasspathContainer : EclipseClasspathEntry

Eclipse classpath entry used by third-party plugins to contribute to the project's classpath.

Since
3.0

Functions

getPath

abstract fun getPath(): String

Returns the path of this container.

isExported

abstract fun isExported(): Boolean

Marks this container as exported.

Inherited Functions

getAccessRules

abstract fun getAccessRules(): DomainObjectSet<out AccessRule>

Returns the access rules associated with this classpath entry.

getClasspathAttributes

abstract fun getClasspathAttributes(): DomainObjectSet<out ClasspathAttribute>

Returns the classpath attributes associated with this classpath entry.