|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface DependencyResult
An edge in the dependency graph. Provides information about the origin of the dependency and the requested component.
Method Summary | |
---|---|
ResolvedComponentResult
|
getFrom()
Returns the origin of the dependency. |
ComponentSelector
|
getRequested()
|
Method Detail |
---|
public ResolvedComponentResult getFrom()
public ComponentSelector getRequested()
Returns the requested component.
The return type is declared as an opaque ComponentSelector, however the selector may also implement one of the following interfaces:
Gradle API 1.12