|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
@Incubating public interface ModuleVersionSelectionReason
Answers the question why given module version was selected during the dependency resolution
| Method Summary | |
|---|---|
String
|
getDescription()
Describes this selection reason. |
boolean
|
isConflictResolution()
Informs whether the module was selected by conflict resolution. |
boolean
|
isForced()
Informs whether the module was forced. |
boolean
|
isSelectedByRule()
Informs whether the module was selected by the dependency resolve rule. |
| Method Detail |
|---|
public String getDescription()
public boolean isConflictResolution()
public boolean isForced()
public boolean isSelectedByRule()
Gradle API 1.5