public final class MavenRepository
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
MavenResponse |
resolve(org.eclipse.aether.graph.Dependency dependency)
Resolves the dependency so that it is locally accessible.
|
MavenResponse |
resolve(java.util.List<org.eclipse.aether.graph.Dependency> dependencies)
Resolves the dependencies so that it is locally accessible.
|
MavenResponse |
resolveDirect(org.eclipse.aether.graph.Dependency dependency)
Resolves direct dependencies of the dependency so that they are locally
accessible.
|
public MavenResponse resolve(org.eclipse.aether.graph.Dependency dependency) throws org.eclipse.aether.resolution.DependencyResolutionException
dependency - the dependency to resolve.org.eclipse.aether.resolution.DependencyResolutionException - if the dependency tree could not be
built or any dependency artifact could not be resolved.public MavenResponse resolveDirect(org.eclipse.aether.graph.Dependency dependency) throws org.eclipse.aether.resolution.DependencyResolutionException
dependency - the dependency to resolve.org.eclipse.aether.resolution.DependencyResolutionException - if the dependency tree could not be
built or any dependency artifact could not be resolved.public MavenResponse resolve(java.util.List<org.eclipse.aether.graph.Dependency> dependencies) throws org.eclipse.aether.resolution.DependencyResolutionException
dependencies - the rootDependencies to resolve.org.eclipse.aether.resolution.DependencyResolutionException - if the dependency tree could not be
built or any dependency artifact could not be resolved.Copyright © 2013-2016 FuseSource. All Rights Reserved.