Package org.gradle.tooling.model.eclipse
Interface EclipseProjectDependency
-
- All Superinterfaces:
Dependency
,EclipseClasspathEntry
,ProjectDependency
public interface EclipseProjectDependency extends ProjectDependency, EclipseClasspathEntry
Represents a dependency on another Eclipse project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPath()
Returns the path to use for this project dependency.boolean
isExported()
Marks this dependency as exported.-
Methods inherited from interface org.gradle.tooling.model.eclipse.EclipseClasspathEntry
getAccessRules, getClasspathAttributes
-
-