Groovy Documentation

org.gradle.tooling.model
[Java] Interface ProjectDependency

org.gradle.api.artifacts.Dependency
  org.gradle.tooling.model.ProjectDependency
All Superinterfaces:
Dependency

public interface ProjectDependency
extends Dependency

Represents a dependency on another project.


Field Summary
 
Fields inherited from interface Dependency
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
 
Method Summary
Project getTargetProject()

Returns the target of this dependency.

 
Methods inherited from interface Dependency
contentEquals, copy, getGroup, getName, getVersion
 

Method Detail

getTargetProject

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


 

Groovy Documentation