|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ResolvedDependency
Information about a resolved dependency.
Method Summary | |
---|---|
Set
|
getAllArtifacts(ResolvedDependency parent)
Returns the 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 the parent artifacts of this dependency. |
Set
|
getChildren()
Returns the transitive ResolvedDependency instances of this resolved dependency. |
String
|
getConfiguration()
Returns the configuration under which this instance was resolved. |
ResolvedModuleVersion
|
getModule()
Returns the module which this resolved dependency belongs to. |
Set
|
getModuleArtifacts()
Returns the module artifacts belonging to this ResolvedDependency. |
String
|
getModuleGroup()
Returns the module group of the resolved dependency. |
String
|
getModuleName()
Returns the module name of the resolved dependency. |
String
|
getModuleVersion()
Returns the module version of the resolved dependency. |
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. |
Method Detail |
---|
public Set getAllArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
public Set getAllModuleArtifacts()
public Set getArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
public Set getChildren()
public String getConfiguration()
public ResolvedModuleVersion getModule()
public Set getModuleArtifacts()
public String getModuleGroup()
public String getModuleName()
public String getModuleVersion()
public String getName()
public Set getParentArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
public Set getParents()
Gradle API 1.12