Information about a resolved dependency.
Type | Name and description |
---|---|
Set<ResolvedArtifact> |
getAllArtifacts(ResolvedDependency parent) Returns the parent artifacts of this dependency and its children. |
Set<ResolvedArtifact> |
getAllModuleArtifacts() Returns the module artifacts belonging to this ResolvedDependency and recursively to its children. |
Set<ResolvedArtifact> |
getArtifacts(ResolvedDependency parent) Returns the parent artifacts of this dependency. |
Set<ResolvedDependency> |
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<ResolvedArtifact> |
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<ResolvedArtifact> |
getParentArtifacts(ResolvedDependency parent) Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent. |
Set<ResolvedDependency> |
getParents() Returns the ResolvedDependency instances that have this instance as a transitive dependency. |
Returns the parent artifacts of this dependency and its children. Never returns null.
parent
- A parent of the ResolvedDependency. Must not be null.Returns the module artifacts belonging to this ResolvedDependency and recursively to its children. Returns never null.
Returns the parent artifacts of this dependency. Never returns null.
parent
- A parent of the ResolvedDependency. Must not be null.Returns the transitive ResolvedDependency instances of this resolved dependency. Returns never null.
Returns the configuration under which this instance was resolved.
Returns the module which this resolved dependency belongs to.
Returns the module artifacts belonging to this ResolvedDependency. A module artifact is an artifact that belongs to a ResolvedDependency independent of a particular parent. Returns never null.
Returns the module group of the resolved dependency.
Returns the module name of the resolved dependency.
Returns the module version of the resolved dependency.
Returns the name of the resolved dependency.
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent. Returns never null.
parent
- A parent of the ResolvedDependency. Must not be null.Returns the ResolvedDependency instances that have this instance as a transitive dependency. Returns never null.