org.apache.archiva.dependency.tree.maven2
Interface DependencyTreeBuilder

All Known Implementing Classes:
Maven3DependencyTreeBuilder

public interface DependencyTreeBuilder

Author:
Olivier Lamy

Method Summary
 List<TreeEntry> buildDependencyTree(List<String> repositoryIds, String groupId, String artifactId, String version)
           
 void buildDependencyTree(List<String> repositoryIds, String groupId, String artifactId, String version, org.sonatype.aether.graph.DependencyVisitor dependencyVisitor)
           
 

Method Detail

buildDependencyTree

void buildDependencyTree(List<String> repositoryIds,
                         String groupId,
                         String artifactId,
                         String version,
                         org.sonatype.aether.graph.DependencyVisitor dependencyVisitor)
                         throws Exception
Throws:
Exception

buildDependencyTree

List<TreeEntry> buildDependencyTree(List<String> repositoryIds,
                                    String groupId,
                                    String artifactId,
                                    String version)
                                    throws Exception
Throws:
Exception


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.