org.apache.maven.plugin.assembly.artifact
Interface DependencyResolver
- All Known Implementing Classes:
- DefaultDependencyResolver
public interface DependencyResolver
Convenience component that aids in the resolution of dependency artifacts, according to various configurations such
as transitivity flag and scope.
- Version:
- $Id: DependencyResolver.java 1639422 2014-11-13 18:08:07Z krosenvold $
resolveDependencySets
Map<DependencySet,Set<org.apache.maven.artifact.Artifact>> resolveDependencySets(Assembly assembly,
ModuleSet moduleSet,
AssemblerConfigurationSource configSource,
List<DependencySet> dependencySets)
throws DependencyResolutionException
- Throws:
DependencyResolutionException
resolveDependencySets
Map<DependencySet,Set<org.apache.maven.artifact.Artifact>> resolveDependencySets(Assembly assembly,
AssemblerConfigurationSource configSource,
List<DependencySet> dependencySets)
throws DependencyResolutionException
- Throws:
DependencyResolutionException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.