Uses of Class
org.eclipse.aether.collection.CollectResult
Packages that use CollectResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
-
Uses of CollectResult in org.eclipse.aether
Methods in org.eclipse.aether that return CollectResultModifier and TypeMethodDescriptionRepositorySystem.collectDependencies
(RepositorySystemSession session, CollectRequest request) Collects the transitive dependencies of an artifact and builds a dependency graph. -
Uses of CollectResult in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return CollectResultModifier and TypeMethodDescriptionCollectResult.addCycle
(DependencyCycle cycle) Records the specified dependency cycle.CollectResult.addException
(Exception exception) Records the specified exception while building the dependency graph.DependencyCollectionException.getResult()
Gets the collection result at the point the exception occurred.CollectResult.setRoot
(DependencyNode root) Sets the root node of the dependency graph.Constructors in org.eclipse.aether.collection with parameters of type CollectResultModifierConstructorDescriptionCreates a new exception with the specified result.DependencyCollectionException
(CollectResult result, String message) Creates a new exception with the specified result and detail message.DependencyCollectionException
(CollectResult result, String message, Throwable cause) Creates a new exception with the specified result, detail message and cause. -
Uses of CollectResult in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return CollectResultModifier and TypeMethodDescriptionDependencyCollector.collectDependencies
(RepositorySystemSession session, CollectRequest request) Collects the transitive dependencies of some artifacts and builds a dependency graph. -
Uses of CollectResult in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return CollectResultModifier and TypeMethodDescriptionInternalScopeManager.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult) Resolver specific: post-processing to be used to support this scope (with its dependency and resolution scopes).Methods in org.eclipse.aether.impl.scope with parameters of type CollectResultModifier and TypeMethodDescriptionInternalScopeManager.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult) Resolver specific: post-processing to be used to support this scope (with its dependency and resolution scopes). -
Uses of CollectResult in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return CollectResultModifier and TypeMethodDescriptionDefaultRepositorySystem.collectDependencies
(RepositorySystemSession session, CollectRequest request) -
Uses of CollectResult in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return CollectResultModifier and TypeMethodDescriptionDefaultDependencyCollector.collectDependencies
(RepositorySystemSession session, CollectRequest request) final CollectResult
DependencyCollectorDelegate.collectDependencies
(RepositorySystemSession session, CollectRequest request) DependencyCollectorDelegate.Results.getResult()
Constructors in org.eclipse.aether.internal.impl.collect with parameters of type CollectResult -
Uses of CollectResult in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope that return CollectResultModifier and TypeMethodDescriptionScopeManagerImpl.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult) Methods in org.eclipse.aether.internal.impl.scope with parameters of type CollectResultModifier and TypeMethodDescriptionScopeManagerImpl.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult)