|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ResolvedDependency
Method Summary | |
---|---|
Set
|
getAllArtifacts(ResolvedDependency parent)
Returns a union of the module and parent artifacts of this dependency and its children. |
Set
|
getAllModuleArtifacts()
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children. |
Set
|
getArtifacts(ResolvedDependency parent)
Returns a union of the module and parent artifacts of this dependency. |
Set
|
getChildren()
Returns the transitive ResolvedDependency instances of this resolved dependency. |
java.lang.String
|
getConfiguration()
Returns the configuration under which this instance was resolved. |
java.lang.String
|
getGroup()
Returns the group of the resolved dependency |
Set
|
getModuleArtifacts()
Returns the module artifacts belonging to this ResolvedDependency. |
java.lang.String
|
getName()
Returns the name of the resolved dependency. |
Set
|
getParentArtifacts(ResolvedDependency parent)
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent. |
Set
|
getParents()
Returns the ResolvedDependency instances that have this instance as a transitive dependency. |
java.lang.String
|
getVersion()
Returns the version of the resolved dependency. |
Method Detail |
---|
public Set getAllArtifacts(ResolvedDependency parent)
public Set getAllModuleArtifacts()
public Set getArtifacts(ResolvedDependency parent)
public Set getChildren()
public java.lang.String getConfiguration()
public java.lang.String getGroup()
public Set getModuleArtifacts()
public java.lang.String getName()
public Set getParentArtifacts(ResolvedDependency parent)
public Set getParents()
public java.lang.String getVersion()
Groovy Documentation