|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface ResolvedModuleVersionResult
Resolved module version result is a node in the resolved dependency graph. Contains the identifier of the module and the dependencies.
Method Summary | |
---|---|
Set
|
getDependencies()
The dependencies of the resolved module. |
Set
|
getDependents()
The dependents of the resolved module. |
ModuleVersionIdentifier
|
getId()
The identifier of the resolved module. |
ModuleVersionSelectionReason
|
getSelectionReason()
Informs why this module version was selected. |
Method Detail |
---|
public Set getDependencies()
public Set getDependents()
public ModuleVersionIdentifier getId()
public ModuleVersionSelectionReason getSelectionReason()
Gradle API 1.3-rc-1