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.sonatype.aether.graph.DependencyVisitor dependencyVisitor) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.