|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Buildableorg.gradle.api.artifacts.ProjectDependency
org.gradle.api.artifacts.Dependency
org.gradle.api.artifacts.SelfResolvingDependency
org.gradle.plugins.ide.idea.model.ModuleDependency
public interface ProjectDependency extends ModuleDependency, SelfResolvingDependency
A ProjectDependency is a Dependency on another project in the current project hierarchy.
| Field Summary |
|---|
| Fields inherited from interface Dependency | |
|---|---|
| ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION |
| Method Summary | |
|---|---|
ProjectDependency
|
copy()
{@inheritDoc} |
Project
|
getDependencyProject()
Returns the project associated with this project dependency. |
Configuration
|
getProjectConfiguration()
Returns the configuration associated with this project dependency. |
| Methods inherited from interface SelfResolvingDependency | |
|---|---|
| resolve, resolve |
| Methods inherited from class ModuleDependency | |
|---|---|
| addToNode, equals, hashCode, toString |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Method Detail |
|---|
public ProjectDependency copy()
public Project getDependencyProject()
public Configuration getProjectConfiguration()
Groovy Documentation