Uses of Class
org.sonatype.aether.collection.CollectRequest

Packages that use CollectRequest
org.sonatype.aether   
org.sonatype.aether.collection   
org.sonatype.aether.impl   
org.sonatype.aether.impl.internal   
 

Uses of CollectRequest in org.sonatype.aether
 

Methods in org.sonatype.aether with parameters of type CollectRequest
 CollectResult RepositorySystem.collectDependencies(RepositorySystemSession session, CollectRequest request)
          Collects the transitive dependencies of an artifact and builds a dependency graph.
 java.util.List<ArtifactResult> RepositorySystem.resolveDependencies(RepositorySystemSession session, CollectRequest request, DependencyFilter filter)
          Collects the transitive dependencies of an artifact and resolves the paths for the artifacts referenced by the specified dependency graph.
 

Uses of CollectRequest in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection that return CollectRequest
 CollectRequest CollectRequest.addDependency(Dependency dependency)
          Adds the specified direct dependency.
 CollectRequest CollectRequest.addManagedDependency(Dependency managedDependency)
          Adds the specified managed dependency.
 CollectRequest CollectRequest.addRepository(RemoteRepository repository)
          Adds the specified repository for collection.
 CollectRequest CollectResult.getRequest()
          Gets the collection request that was made.
 CollectRequest CollectRequest.setDependencies(java.util.List<Dependency> dependencies)
          Sets the direct dependencies.
 CollectRequest CollectRequest.setManagedDependencies(java.util.List<Dependency> managedDependencies)
          Sets the dependency management to apply to transitive dependencies.
 CollectRequest CollectRequest.setRepositories(java.util.List<RemoteRepository> repositories)
          Sets the repositories to use for the collection.
 CollectRequest CollectRequest.setRequestContext(java.lang.String context)
          Sets the context in which this request is made.
 CollectRequest CollectRequest.setRoot(Dependency root)
          Sets the root dependency of the graph.
 

Constructors in org.sonatype.aether.collection with parameters of type CollectRequest
CollectResult(CollectRequest request)
          Creates a new result for the specified request.
 

Uses of CollectRequest in org.sonatype.aether.impl
 

Methods in org.sonatype.aether.impl with parameters of type CollectRequest
 CollectResult DependencyCollector.collectDependencies(RepositorySystemSession session, CollectRequest request)
           
 

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

Methods in org.sonatype.aether.impl.internal with parameters of type CollectRequest
 CollectResult DefaultDependencyCollector.collectDependencies(RepositorySystemSession session, CollectRequest request)
           
 CollectResult DefaultRepositorySystem.collectDependencies(RepositorySystemSession session, CollectRequest request)
           
 java.util.List<ArtifactResult> DefaultRepositorySystem.resolveDependencies(RepositorySystemSession session, CollectRequest request, DependencyFilter filter)
           
 



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