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   
org.sonatype.aether.resolution   
 

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.
 List<ArtifactResult> RepositorySystem.resolveDependencies(RepositorySystemSession session, CollectRequest request, DependencyFilter filter)
          Deprecated. As of version 1.11, use RepositorySystem.resolveDependencies(RepositorySystemSession, DependencyRequest) instead.
 

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(List<Dependency> dependencies)
          Sets the direct dependencies.
 CollectRequest CollectRequest.setManagedDependencies(List<Dependency> managedDependencies)
          Sets the dependency management to apply to transitive dependencies.
 CollectRequest CollectRequest.setRepositories(List<RemoteRepository> repositories)
          Sets the repositories to use for the collection.
 CollectRequest CollectRequest.setRequestContext(String context)
          Sets the context in which this request is made.
 CollectRequest CollectRequest.setRoot(Dependency root)
          Sets the root dependency of the graph.
 CollectRequest CollectRequest.setTrace(RequestTrace trace)
          Sets the trace information that describes the higher level request/operation in which this request is issued.
 

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)
           
 List<ArtifactResult> DefaultRepositorySystem.resolveDependencies(RepositorySystemSession session, CollectRequest request, DependencyFilter filter)
           
 

Uses of CollectRequest in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return CollectRequest
 CollectRequest DependencyRequest.getCollectRequest()
          Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.
 

Methods in org.sonatype.aether.resolution with parameters of type CollectRequest
 DependencyRequest DependencyRequest.setCollectRequest(CollectRequest collectRequest)
          Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
 

Constructors in org.sonatype.aether.resolution with parameters of type CollectRequest
DependencyRequest(CollectRequest request, DependencyFilter filter)
          Creates a request for the specified collect request and with the given resolution filter.
 



Copyright © 2010-2013. All Rights Reserved.