|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolvedDependency
Method Summary | |
---|---|
java.util.Set<ResolvedArtifact> |
getAllArtifacts(ResolvedDependency parent)
Returns a union of the module and parent artifacts of this dependency and its children. |
java.util.Set<ResolvedArtifact> |
getAllModuleArtifacts()
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children. |
java.util.Set<ResolvedArtifact> |
getArtifacts(ResolvedDependency parent)
Returns a union of the module and parent artifacts of this dependency. |
java.util.Set<ResolvedDependency> |
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 |
java.util.Set<ResolvedArtifact> |
getModuleArtifacts()
Returns the module artifacts belonging to this ResolvedDependency. |
java.lang.String |
getName()
Returns the name of the resolved dependency. |
java.util.Set<ResolvedArtifact> |
getParentArtifacts(ResolvedDependency parent)
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent. |
java.util.Set<ResolvedDependency> |
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 |
---|
java.lang.String getGroup()
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getConfiguration()
java.util.Set<ResolvedDependency> getChildren()
java.util.Set<ResolvedDependency> getParents()
java.util.Set<ResolvedArtifact> getModuleArtifacts()
java.util.Set<ResolvedArtifact> getAllModuleArtifacts()
getModuleArtifacts()
java.util.Set<ResolvedArtifact> getParentArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
InvalidUserDataException
- If the parent is unknown or nulljava.util.Set<ResolvedArtifact> getArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
InvalidUserDataException
- If the parent is unknown or nulljava.util.Set<ResolvedArtifact> getAllArtifacts(ResolvedDependency parent)
parent
- A parent of the ResolvedDependency. Must not be null.
InvalidUserDataException
- If the parent is unknown or null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |