Uses of Class
org.sonatype.aether.resolution.DependencyResult

Packages that use DependencyResult
org.sonatype.aether   
org.sonatype.aether.impl.internal   
org.sonatype.aether.resolution   
 

Uses of DependencyResult in org.sonatype.aether
 

Methods in org.sonatype.aether that return DependencyResult
 DependencyResult RepositorySystem.resolveDependencies(RepositorySystemSession session, DependencyRequest request)
          Collects and resolves the transitive dependencies of an artifact.
 

Uses of DependencyResult in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal that return DependencyResult
 DependencyResult DefaultRepositorySystem.resolveDependencies(RepositorySystemSession session, DependencyRequest request)
           
 

Uses of DependencyResult in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return DependencyResult
 DependencyResult DependencyResolutionException.getResult()
           
 DependencyResult DependencyResult.setArtifactResults(java.util.List<ArtifactResult> results)
          Sets the resolution results for the artifacts that matched DependencyRequest.getFilter().
 DependencyResult DependencyResult.setCollectExceptions(java.util.List<java.lang.Exception> exceptions)
          Records the specified exceptions while building the dependency graph.
 DependencyResult DependencyResult.setRoot(DependencyNode root)
          Sets the root node of the resolved dependency graph.
 

Constructors in org.sonatype.aether.resolution with parameters of type DependencyResult
DependencyResolutionException(DependencyResult result, java.lang.Throwable cause)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.