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 1640245 2014-11-17 22:23:49Z hboutemy $
 
 
resolveDependencySets
Map<DependencySet,Set<Artifact>> resolveDependencySets(Assembly assembly,
                                                       ModuleSet moduleSet,
                                                       AssemblerConfigurationSource configSource,
                                                       List<DependencySet> dependencySets)
                                                       throws DependencyResolutionException
- Throws:
 DependencyResolutionException
 
resolveDependencySets
Map<DependencySet,Set<Artifact>> resolveDependencySets(Assembly assembly,
                                                       AssemblerConfigurationSource configSource,
                                                       List<DependencySet> dependencySets)
                                                       throws DependencyResolutionException
- Throws:
 DependencyResolutionException
 
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.