Package org.gradle.tooling.model.eclipse
Interface EclipseProjectDependency
- All Superinterfaces:
- Dependency,- EclipseClasspathEntry,- ProjectDependency
Represents a dependency on another Eclipse project.
- 
Method SummaryModifier and TypeMethodDescriptiongetPath()Returns the path to use for this project dependency.booleanMarks this dependency as exported.Methods inherited from interface org.gradle.tooling.model.eclipse.EclipseClasspathEntrygetAccessRules, getClasspathAttributes
- 
Method Details- 
getPathString getPath()Returns the path to use for this project dependency.
- 
isExportedboolean isExported()Marks this dependency as exported.- Returns:
- whether this dependency needs to be exported.
- Since:
- 2.5
 
 
-