Package org.eclipse.aether.util.graph.version
package org.eclipse.aether.util.graph.version
Various version filters for building a dependency graph.
-
ClassesClassDescriptionA version filter that combines multiple version filters into a chain where each filter gets invoked one after the other, thereby accumulating their filtering effects.A version filter that blocks "*-SNAPSHOT" versions if the
VersionFilter.VersionFilterContext.getDependency()
ancestor whose range is being filtered is not a snapshot.A version filter that blocks "*-SNAPSHOT" versions if theroot artifact
of the dependency graph is not a snapshot.A version filter that excludes any version except the highest one.A version filter that excludes any version except the lowest one.A version filter that excludes any version that is blacklisted.A version filter that (unconditionally) blocks non "*-SNAPSHOT" versions.A version filter that (unconditionally) blocks "*-SNAPSHOT" versions.A version filter that excludes any version that is blacklisted.