Class DependencyChain

java.lang.Object
org.eclipse.tycho.p2maven.DependencyChain

public class DependencyChain extends Object
Supports computation of the shortest dependency chain from the root to a dependency in a given collection of artifacts.
  • 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)