public final class ClassPathResult extends Object
UnresolvableArtifactProblems if any.| Constructor and Description |
|---|
ClassPathResult(com.google.common.collect.Multimap<Path,DependencyPath> dependencyPaths,
Iterable<UnresolvableArtifactProblem> artifactProblems) |
| Modifier and Type | Method and Description |
|---|---|
String |
formatDependencyPaths(Iterable<Path> jars)
Returns text describing dependency paths to
jars in the dependency tree. |
com.google.common.collect.ImmutableList<Path> |
getClassPath()
Returns the list of absolute paths to JAR files of resolved Maven artifacts.
|
com.google.common.collect.ImmutableList<DependencyPath> |
getDependencyPaths(Path jar)
Returns the dependency path to the JAR file.
|
public ClassPathResult(com.google.common.collect.Multimap<Path,DependencyPath> dependencyPaths, Iterable<UnresolvableArtifactProblem> artifactProblems)
public com.google.common.collect.ImmutableList<Path> getClassPath()
public com.google.common.collect.ImmutableList<DependencyPath> getDependencyPaths(Path jar)
Copyright © 2018–2020 Google LLC.. All rights reserved.