Class SnapshotVersionFilter
java.lang.Object
org.eclipse.aether.util.graph.version.SnapshotVersionFilter
- All Implemented Interfaces:
org.eclipse.aether.collection.VersionFilter
public final class SnapshotVersionFilter
extends Object
implements org.eclipse.aether.collection.VersionFilter
A version filter that (unconditionally) blocks "*-SNAPSHOT" versions. For practical purposes,
ContextualSnapshotVersionFilter is usually more desirable.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.aether.collection.VersionFilter
org.eclipse.aether.collection.VersionFilter.VersionFilterContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.collection.VersionFilterderiveChildFilter(org.eclipse.aether.collection.DependencyCollectionContext context) booleanvoidfilterVersions(org.eclipse.aether.collection.VersionFilter.VersionFilterContext context) inthashCode()
-
Constructor Details
-
SnapshotVersionFilter
public SnapshotVersionFilter()Creates a new instance of this version filter.
-
-
Method Details
-
filterVersions
public void filterVersions(org.eclipse.aether.collection.VersionFilter.VersionFilterContext context) - Specified by:
filterVersionsin interfaceorg.eclipse.aether.collection.VersionFilter
-
deriveChildFilter
public org.eclipse.aether.collection.VersionFilter deriveChildFilter(org.eclipse.aether.collection.DependencyCollectionContext context) - Specified by:
deriveChildFilterin interfaceorg.eclipse.aether.collection.VersionFilter
-
equals
-
hashCode
-