gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.eclipse
/
EclipseProjectDependency
Eclipse
Project
Dependency
API
interface
EclipseProjectDependency
:
ProjectDependency
,
EclipseClasspathEntry
(
source
)
Represents a dependency on another Eclipse project.
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 to use for this project dependency.
is
Exported
Link copied to clipboard
API
abstract
fun
isExported
(
)
:
Boolean
Marks this dependency as exported.