Uses of Interface
org.eclipse.aether.version.Version
Packages that use Version
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The representation of a dependency graph by means of connected dependency nodes.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The types supporting the resolution of artifacts and metadata from repositories.
Various dependency graph transformers for post-processing a dependency graph.
Ready-to-use version schemes for parsing/comparing versions.
The definition of a version scheme for parsing and comparing versions.
-
Uses of Version in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.iterator()
Gets an iterator over the available versions of the dependency.Methods in org.eclipse.aether.collection with parameters of type VersionModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.getRepository
(Version version) Gets the repository from which the specified version was resolved. -
Uses of Version in org.eclipse.aether.graph
Fields in org.eclipse.aether.graph declared as VersionMethods in org.eclipse.aether.graph that return VersionModifier and TypeMethodDescriptionDefaultDependencyNode.getVersion()
DependencyNode.getVersion()
Gets the version that was selected for the dependency's target artifact.Methods in org.eclipse.aether.graph with parameters of type VersionModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setVersion
(Version version) Sets the version that was selected for the dependency's target artifact. -
Uses of Version in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as VersionModifier and TypeFieldDescription(package private) final Version
DataPool.Constraint.VersionRepo.version
Fields in org.eclipse.aether.internal.impl.collect with type parameters of type VersionMethods in org.eclipse.aether.internal.impl.collect that return types with arguments of type VersionModifier and TypeMethodDescriptionDefaultDependencyCollector.filterVersions
(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext) DefaultVersionFilterContext.get()
DefaultVersionFilterContext.iterator()
Methods in org.eclipse.aether.internal.impl.collect with parameters of type VersionModifier and TypeMethodDescriptionprivate static DefaultDependencyNode
DefaultDependencyCollector.createDependencyNode
(List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, Collection<Artifact> aliases, List<RemoteRepository> repos, String requestContext) private static DefaultDependencyNode
DefaultDependencyCollector.createDependencyNode
(List<Artifact> relocations, DefaultDependencyCollector.PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, ArtifactDescriptorResult descriptorResult, DependencyNode cycleNode) DefaultVersionFilterContext.getRepository
(Version version) Constructors in org.eclipse.aether.internal.impl.collect with parameters of type VersionModifierConstructorDescription(package private)
VersionRepo
(Version version, ArtifactRepository repo) -
Uses of Version in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement VersionModifier and TypeClassDescriptionfinal class
Version ordering byString.compareToIgnoreCase(String)
.Fields in org.eclipse.aether.internal.test.util declared as VersionModifier and TypeFieldDescriptionprivate final Version
TestVersionRange.lowerBound
private final Version
TestVersionRange.upperBound
private final Version
TestVersionConstraint.version
Fields in org.eclipse.aether.internal.test.util with type parameters of type VersionMethods in org.eclipse.aether.internal.test.util that return VersionModifier and TypeMethodDescriptionTestVersionConstraint.getVersion()
TestVersionScheme.parseVersion
(String version) Methods in org.eclipse.aether.internal.test.util that return types with arguments of type VersionMethods in org.eclipse.aether.internal.test.util with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
TestVersionConstraint.containsVersion
(Version version) boolean
TestVersionRange.containsVersion
(Version version) TestVersionFilterContext.getRepository
(Version version) private boolean
TestVersionRange.isSnapshot
(Version version) Constructors in org.eclipse.aether.internal.test.util with parameters of type VersionModifierConstructorDescriptionTestVersionConstraint
(Version version) Creates a version constraint from the specified version. -
Uses of Version in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution with type parameters of type VersionModifier and TypeFieldDescriptionprivate Map<Version,
ArtifactRepository> VersionRangeResult.repositories
VersionRangeResult.versions
Methods in org.eclipse.aether.resolution that return VersionModifier and TypeMethodDescriptionVersionRangeResult.getHighestVersion()
Gets the highest version matching the requested range.VersionRangeResult.getLowestVersion()
Gets the lowest version matching the requested range.Methods in org.eclipse.aether.resolution that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionRangeResult.getVersions()
Gets the versions (in ascending order) that matched the requested range.Methods in org.eclipse.aether.resolution with parameters of type VersionModifier and TypeMethodDescriptionVersionRangeResult.addVersion
(Version version) Adds the specified version to the result.VersionRangeResult.getRepository
(Version version) Gets the repository from which the specified version was resolved.VersionRangeResult.setRepository
(Version version, ArtifactRepository repository) Records the repository from which the specified version was resolvedMethod parameters in org.eclipse.aether.resolution with type arguments of type VersionModifier and TypeMethodDescriptionVersionRangeResult.setVersions
(List<Version> versions) Sets the versions (in ascending order) matching the requested range. -
Uses of Version in org.eclipse.aether.util.graph.transformer
Methods in org.eclipse.aether.util.graph.transformer with parameters of type VersionModifier and TypeMethodDescriptionprivate boolean
NearestVersionSelector.isAcceptable
(NearestVersionSelector.ConflictGroup group, Version version) -
Uses of Version in org.eclipse.aether.util.version
Classes in org.eclipse.aether.util.version that implement VersionModifier and TypeClassDescription(package private) final class
A generic version, that is a version that accepts any input string and tries to apply common sense sorting.Fields in org.eclipse.aether.util.version declared as VersionMethods in org.eclipse.aether.util.version that return VersionModifier and TypeMethodDescriptionGenericVersionConstraint.getVersion()
private Version
GenericVersionScheme.parseVersion
(String version) Methods in org.eclipse.aether.util.version with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
GenericVersionConstraint.containsVersion
(Version version) boolean
GenericVersionRange.containsVersion
(Version version) boolean
UnionVersionRange.containsVersion
(Version version) Constructors in org.eclipse.aether.util.version with parameters of type VersionModifierConstructorDescription(package private)
GenericVersionConstraint
(Version version) Creates a version constraint from the specified version. -
Uses of Version in org.eclipse.aether.version
Fields in org.eclipse.aether.version declared as VersionMethods in org.eclipse.aether.version that return VersionModifier and TypeMethodDescriptionVersionConstraint.getVersion()
Gets the version recommended by this constraint.VersionRange.Bound.getVersion()
Gets the bounding version.VersionScheme.parseVersion
(String version) Parses the specified version string, for example "1.0".Methods in org.eclipse.aether.version with parameters of type VersionModifier and TypeMethodDescriptionboolean
VersionConstraint.containsVersion
(Version version) Determines whether the specified version satisfies this constraint.boolean
VersionRange.containsVersion
(Version version) Determines whether the specified version is contained within this range.Constructors in org.eclipse.aether.version with parameters of type Version