Groovy Documentation

org.gradle.tooling.model.eclipse
[Java] Interface EclipseProjectDependency

org.gradle.tooling.model.Dependency
  org.gradle.tooling.model.eclipse.EclipseProjectDependency
      org.gradle.tooling.model.ProjectDependency
All Superinterfaces:
Dependency, ProjectDependency

public interface EclipseProjectDependency
extends ProjectDependency

Represents a dependency on another Eclipse project.


Method Summary
String getPath()

Returns the path to use for this project dependency.

HierarchicalEclipseProject getTargetProject()

Returns the target of this dependency.

 

Method Detail

getPath

public String getPath()
Returns the path to use for this project dependency.


getTargetProject

public HierarchicalEclipseProject getTargetProject()
Returns the target of this dependency.
Returns:
The target project. Does not return null.


 

Gradle API 1.5