toggle menu
gradle
8.11.1
API
switch theme
search in API
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.