|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ResolvedDependency
Method Summary | |
---|---|
Set
|
getAllFiles(ResolvedDependency parent)
|
Set
|
getAllModuleFiles()
Returns the artifact files belonging to this ResolvedDependencie and recursively to its children. |
Set
|
getChildren()
Returns the transitive ResolvedDependency instances of this resolved dependency. |
java.lang.String
|
getConfiguration()
Returns the configuration under which this instance was resolved. |
Set
|
getFiles(ResolvedDependency parent)
|
Set
|
getModuleFiles()
Returns the artifact files belonging to this ResolvedDependencie. |
java.lang.String
|
getName()
Returns the name of the dependency. |
Set
|
getParentFiles(ResolvedDependency parent)
|
Set
|
getParents()
Returns the ResolvedDependency instances that have this instance as a transitive dependency. |
Method Detail |
---|
public Set getAllFiles(ResolvedDependency parent)
public Set getAllModuleFiles()
public Set getChildren()
public java.lang.String getConfiguration()
public Set getFiles(ResolvedDependency parent)
public Set getModuleFiles()
public java.lang.String getName()
public Set getParentFiles(ResolvedDependency parent)
public Set getParents()
Groovy Documentation