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 scheme for parsing/comparing versions and utility classes.
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 TypeMethodDescriptionvoidDefaultDependencyNode.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 VersionDataPool.Constraint.VersionRepo.versionFields 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 TypeMethodDescriptionDependencyCollectorDelegate.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 TypeMethodDescriptionprotected static DefaultDependencyNodeDependencyCollectorDelegate.createDependencyNode(List<Artifact> relocations, PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, Collection<Artifact> aliases, List<RemoteRepository> repos, String requestContext) protected static DefaultDependencyNodeDependencyCollectorDelegate.createDependencyNode(List<Artifact> relocations, 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.impl.collect.bf
Fields in org.eclipse.aether.internal.impl.collect.bf with type parameters of type VersionModifier and TypeFieldDescription(package private) Map<Version, ArtifactDescriptorResult> BfDependencyCollector.DescriptorResolutionResult.descriptorsMethods in org.eclipse.aether.internal.impl.collect.bf with parameters of type VersionModifier and TypeMethodDescriptionprivate ArtifactDescriptorResultBfDependencyCollector.resolveDescriptorForVersion(BfDependencyCollector.Args args, DependencyProcessingContext context, DependencyCollectorDelegate.Results results, Dependency dependency, Version version) Constructors in org.eclipse.aether.internal.impl.collect.bf with parameters of type VersionModifierConstructorDescription(package private)DescriptorResolutionResult(VersionRangeResult rangeResult, Version version, ArtifactDescriptorResult descriptor) -
Uses of Version in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement VersionModifier and TypeClassDescriptionfinal classVersion ordering byString.compareToIgnoreCase(String).Fields in org.eclipse.aether.internal.test.util declared as VersionModifier and TypeFieldDescriptionprivate final VersionTestVersionRange.lowerBoundprivate final VersionTestVersionRange.upperBoundprivate final VersionTestVersionConstraint.versionFields 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 TypeMethodDescriptionintbooleanTestVersionConstraint.containsVersion(Version version) booleanTestVersionRange.containsVersion(Version version) TestVersionFilterContext.getRepository(Version version) private booleanTestVersionRange.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.repositoriesVersionRangeResult.versionsMethods 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 booleanNearestVersionSelector.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 classA 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 VersionMethods in org.eclipse.aether.util.version with parameters of type VersionModifier and TypeMethodDescriptionintbooleanGenericVersionConstraint.containsVersion(Version version) booleanGenericVersionRange.containsVersion(Version version) booleanUnionVersionRange.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 TypeMethodDescriptionbooleanVersionConstraint.containsVersion(Version version) Determines whether the specified version satisfies this constraint.booleanVersionRange.containsVersion(Version version) Determines whether the specified version is contained within this range.Constructors in org.eclipse.aether.version with parameters of type Version