toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.eclipse
/
EclipseClasspathContainer
Eclipse
Classpath
Container
API
interface
EclipseClasspathContainer
:
EclipseClasspathEntry
(
source
)
Eclipse classpath entry used by third-party plugins to contribute to the project's classpath.
Since
3.0
Members
Functions
get
Access
Rules
Link copied to clipboard
API
abstract
fun
getAccessRules
(
)
:
DomainObjectSet
<
out
AccessRule
>
get
Classpath
Attributes
Link copied to clipboard
API
abstract
fun
getClasspathAttributes
(
)
:
DomainObjectSet
<
out
ClasspathAttribute
>
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
Returns the path of this container.
is
Exported
Link copied to clipboard
API
abstract
fun
isExported
(
)
:
Boolean
Marks this container as exported.