public interface DependencyTreeBuilder
| Modifier and Type | Method and Description | 
|---|---|
| List<TreeEntry> | buildDependencyTree(List<String> repositoryIds,
                   String groupId,
                   String artifactId,
                   String version) | 
| void | buildDependencyTree(List<String> repositoryIds,
                   String groupId,
                   String artifactId,
                   String version,
                   org.eclipse.aether.graph.DependencyVisitor dependencyVisitor) | 
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.