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