|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface UnresolvedDependency
Unsuccessfully resolved dependency.
| Method Summary | |
|---|---|
java.lang.String
|
getId()
Returns the identifier of the dependency, for example group:name:version |
java.lang.Throwable
|
getProblem()
the exception that is the cause of unresolved state |
| Method Detail |
|---|
public java.lang.String getId()
public java.lang.Throwable getProblem()
Groovy Documentation