Class DefaultDependencyResolverResult

java.lang.Object
org.apache.maven.impl.DefaultDependencyResolverResult
All Implemented Interfaces:
DependencyResolverResult, Result<DependencyResolverRequest>

public class DefaultDependencyResolverResult extends Object implements DependencyResolverResult
The result of collecting dependencies with a dependency resolver. New instances are initially empty. Callers must populate with calls to the following methods, in that order:
  • addOutputDirectory(Path, Path) (optional)
  • addDependency(Node, Dependency, Predicate, Path)
See Also: