|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface ComponentSelectionReason
Answers the question why a component was selected during the dependency resolution.
Method Summary | |
---|---|
String
|
getDescription()
Returns a human-consumable description of this selection reason. |
boolean
|
isConflictResolution()
Informs whether the component was selected by conflict resolution. |
boolean
|
isExpected()
Informs whether the component is an expected selection. |
boolean
|
isForced()
Informs whether the component was forced. |
boolean
|
isSelectedByRule()
Informs whether the component was selected by the dependency resolve rule. |
Method Detail |
---|
public String getDescription()
public boolean isConflictResolution()
public boolean isExpected()
public boolean isForced()
public boolean isSelectedByRule()
Gradle API 1.12