Uses of Interface
org.eclipse.aether.collection.VersionFilter
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.
-
Uses of VersionFilter in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getVersionFilter()
DefaultRepositorySystemSession.getVersionFilter()
RepositorySystemSession.getVersionFilter()
Gets the version filter to use for building dependency graphs.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setVersionFilter
(VersionFilter versionFilter) Sets the version filter to use for building dependency graphs.RepositorySystemSession.SessionBuilder.setVersionFilter
(VersionFilter versionFilter) Sets the version filter to use for building dependency graphs. -
Uses of VersionFilter in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionVersionFilter.deriveChildFilter
(DependencyCollectionContext context) Derives a version filter for the specified collection context.