public class ResolutionNode extends Object
Constructor and Description |
---|
ResolutionNode(Artifact artifact,
List remoteRepositories) |
ResolutionNode(Artifact artifact,
List remoteRepositories,
ResolutionNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
addDependencies(Set artifacts,
List remoteRepositories,
ArtifactFilter filter) |
void |
disable() |
void |
enable() |
boolean |
filterTrail(ArtifactFilter filter) |
Artifact |
getArtifact() |
Iterator |
getChildrenIterator() |
List |
getDependencyTrail() |
int |
getDepth() |
Object |
getKey() |
List |
getRemoteRepositories() |
boolean |
isActive() |
boolean |
isChildOfRootNode() |
boolean |
isResolved() |
void |
setArtifact(Artifact artifact) |
String |
toString() |
public ResolutionNode(Artifact artifact, List remoteRepositories, ResolutionNode parent)
public void setArtifact(Artifact artifact)
public Artifact getArtifact()
public Object getKey()
public void addDependencies(Set artifacts, List remoteRepositories, ArtifactFilter filter) throws CyclicDependencyException, OverConstrainedVersionException
public List getDependencyTrail() throws OverConstrainedVersionException
List
< String
> with artifact idsOverConstrainedVersionException
public boolean isResolved()
public boolean isChildOfRootNode()
public Iterator getChildrenIterator()
public int getDepth()
public List getRemoteRepositories()
public boolean isActive()
public void enable()
public void disable()
public boolean filterTrail(ArtifactFilter filter) throws OverConstrainedVersionException
OverConstrainedVersionException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.