public class DependencyManager extends Object
| Constructor and Description |
|---|
DependencyManager(String appId,
Path localRepoPath,
List<String> repos,
boolean forceRefresh,
boolean offline) |
| Modifier and Type | Method and Description |
|---|---|
void |
printDependencyTree(List<String> coords,
String type) |
void |
printDependencyTree(String coords) |
List<Path> |
resolveDependencies(List<String> coords,
String type) |
List<Path> |
resolveDependency(String coords,
String type) |
List<Path> |
resolveRoot(String coords) |
public void printDependencyTree(String coords)