|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
@Incubating public interface ResolvedModuleVersionResult
A node in the resolved dependency graph. Contains the identifier of the module and its dependencies.
| Method Summary | |
|---|---|
Set
|
getDependencies()
Returns the dependencies of the resolved module. |
Set
|
getDependents()
Returns the dependents of the resolved module. |
ModuleVersionIdentifier
|
getId()
Returns the identifier of the resolved module. |
ModuleVersionSelectionReason
|
getSelectionReason()
Returns the reason for selecting the module. |
| Method Detail |
|---|
public Set getDependencies()
public Set getDependents()
public ModuleVersionIdentifier getId()
public ModuleVersionSelectionReason getSelectionReason()
Gradle API 1.5