public final class ClassPathBuilder extends Object
| Constructor and Description |
|---|
ClassPathBuilder() |
ClassPathBuilder(DependencyGraphBuilder dependencyGraphBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ClassPathResult |
resolve(List<org.eclipse.aether.artifact.Artifact> artifacts)
Finds jar file paths and dependency paths for Maven artifacts and their transitive dependencies
to build a list of JAR files (class path).
|
public ClassPathBuilder()
public ClassPathBuilder(DependencyGraphBuilder dependencyGraphBuilder)
public ClassPathResult resolve(List<org.eclipse.aether.artifact.Artifact> artifacts) throws org.eclipse.aether.RepositoryException
artifacts - Maven artifacts to check. They are treated as the root of the dependency tree.org.eclipse.aether.RepositoryException - when there is a problem retrieving jar filesCopyright © 2018–2020 Google LLC.. All rights reserved.