Uses of Class
org.eclipse.aether.resolution.DependencyRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The various sub components that collectively implement the repository system.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of DependencyRequest in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveDependencies
(RepositorySystemSession session, DependencyRequest request) Collects and resolves the transitive dependencies of an artifact. -
Uses of DependencyRequest in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveDependencies
(RepositorySystemSession session, DependencyRequest request) -
Uses of DependencyRequest in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionDependencyResult.getRequest()
Gets the resolution request that was made.DependencyRequest.setCollectRequest
(CollectRequest collectRequest) Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.DependencyRequest.setFilter
(DependencyFilter filter) Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.DependencyRequest.setRoot
(DependencyNode root) Sets the root node of the dependency graph whose artifacts should be resolved.DependencyRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ModifierConstructorDescriptionDependencyResult
(DependencyRequest request) Creates a new result for the specified request.