Package org.eclipse.tycho.p2maven
Class DependencyChain
java.lang.Object
org.eclipse.tycho.p2maven.DependencyChain
Supports computation of the shortest dependency chain from the root to a
dependency in a given collection of artifacts.
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyChain(org.eclipse.tycho.ArtifactDescriptor root, Collection<org.eclipse.tycho.ArtifactDescriptor> artifacts) -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.tycho.ArtifactDescriptor> pathToRoot(org.eclipse.tycho.ArtifactDescriptor from)
-
Constructor Details
-
DependencyChain
public DependencyChain(org.eclipse.tycho.ArtifactDescriptor root, Collection<org.eclipse.tycho.ArtifactDescriptor> artifacts)
-
-
Method Details
-
pathToRoot
public List<org.eclipse.tycho.ArtifactDescriptor> pathToRoot(org.eclipse.tycho.ArtifactDescriptor from)
-