public class ResolverResult extends Object
Constructor and Description |
---|
ResolverResult(org.eclipse.aether.graph.DependencyNode root,
List<File> resolvedFiles,
String resolvedClassPath) |
Modifier and Type | Method and Description |
---|---|
String |
getResolvedClassPath() |
List<File> |
getResolvedFiles() |
org.eclipse.aether.graph.DependencyNode |
getRoot() |
public ResolverResult(org.eclipse.aether.graph.DependencyNode root, List<File> resolvedFiles, String resolvedClassPath)
public org.eclipse.aether.graph.DependencyNode getRoot()
public List<File> getResolvedFiles()
public String getResolvedClassPath()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.