Class DefaultVersionFilterContext
java.lang.Object
org.eclipse.aether.internal.impl.collect.DefaultVersionFilterContext
- All Implemented Interfaces:
Iterable<org.eclipse.aether.version.Version>,org.eclipse.aether.collection.VersionFilter.VersionFilterContext
public final class DefaultVersionFilterContext
extends Object
implements org.eclipse.aether.collection.VersionFilter.VersionFilterContext
Default implementation of
VersionFilter.VersionFilterContext.
Internal helper class for collector implementations.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultVersionFilterContext(org.eclipse.aether.RepositorySystemSession session) -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.aether.version.Version> get()intgetCount()org.eclipse.aether.graph.DependencyList<org.eclipse.aether.repository.RemoteRepository> org.eclipse.aether.repository.ArtifactRepositorygetRepository(org.eclipse.aether.version.Version version) org.eclipse.aether.RepositorySystemSessionorg.eclipse.aether.version.VersionConstraintIterator<org.eclipse.aether.version.Version> iterator()voidset(org.eclipse.aether.graph.Dependency dependency, org.eclipse.aether.resolution.VersionRangeResult result) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultVersionFilterContext
-
-
Method Details
-
set
public void set(org.eclipse.aether.graph.Dependency dependency, org.eclipse.aether.resolution.VersionRangeResult result) -
get
-
getSession
- Specified by:
getSessionin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
getDependency
- Specified by:
getDependencyin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
getVersionConstraint
- Specified by:
getVersionConstraintin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
getCount
- Specified by:
getCountin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
getRepository
public org.eclipse.aether.repository.ArtifactRepository getRepository(org.eclipse.aether.version.Version version) - Specified by:
getRepositoryin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
getRepositories
- Specified by:
getRepositoriesin interfaceorg.eclipse.aether.collection.VersionFilter.VersionFilterContext
-
iterator
-
toString
-