Uses of Interface
org.eclipse.aether.collection.VersionFilter
-
Packages that use VersionFilter Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.collection 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
Methods in org.eclipse.aether that return VersionFilter Modifier and Type Method Description VersionFilterAbstractForwardingRepositorySystemSession. getVersionFilter()VersionFilterDefaultRepositorySystemSession. getVersionFilter()VersionFilterRepositorySystemSession. getVersionFilter()Gets the version filter to use for building dependency graphs.Methods in org.eclipse.aether with parameters of type VersionFilter Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setVersionFilter(VersionFilter versionFilter)Sets the version filter to use for building dependency graphs.RepositorySystemSession.SessionBuilderRepositorySystemSession.SessionBuilder. setVersionFilter(VersionFilter versionFilter)Sets the version filter to use for building dependency graphs. -
Uses of VersionFilter in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return VersionFilter Modifier and Type Method Description VersionFilterVersionFilter. deriveChildFilter(DependencyCollectionContext context)Derives a version filter for the specified collection context.Methods in org.eclipse.aether.collection that return types with arguments of type VersionFilter Modifier and Type Method Description java.util.Optional<VersionFilter>VersionFilterBuilder. buildVersionFilter(java.lang.String filterExpression, java.util.function.Function<java.lang.String,VersionConstraint> versionConstraintParser)Builds a version filter based on the given filter expression.
-