Uses of Interface
org.eclipse.aether.version.Version
-
Packages that use Version Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.graph The representation of a dependency graph by means of connected dependency nodes.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.version 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 Version Modifier and Type Method Description java.util.Iterator<Version>VersionFilter.VersionFilterContext. iterator()Gets an iterator over the available versions of the dependency.Methods in org.eclipse.aether.collection with parameters of type Version Modifier and Type Method Description ArtifactRepositoryVersionFilter.VersionFilterContext. getRepository(Version version)Gets the repository from which the specified version was resolved. -
Uses of Version in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return Version Modifier and Type Method Description VersionDefaultDependencyNode. getVersion()VersionDependencyNode. getVersion()Gets the version that was selected for the dependency's target artifact.Methods in org.eclipse.aether.graph with parameters of type Version Modifier and Type Method Description voidDefaultDependencyNode. setVersion(Version version)Sets the version that was selected for the dependency's target artifact. -
Uses of Version in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return Version Modifier and Type Method Description VersionVersionRangeResult. getHighestVersion()Gets the highest version matching the requested range.VersionVersionRangeResult. getLowestVersion()Gets the lowest version matching the requested range.Methods in org.eclipse.aether.resolution that return types with arguments of type Version Modifier and Type Method Description java.util.List<Version>VersionRangeResult. getVersions()Gets the versions (in ascending order) that matched the requested range.Methods in org.eclipse.aether.resolution with parameters of type Version Modifier and Type Method Description VersionRangeResultVersionRangeResult. addVersion(Version version)Adds the specified version to the result.ArtifactRepositoryVersionRangeResult. getRepository(Version version)Gets the repository from which the specified version was resolved.VersionRangeResultVersionRangeResult. 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 Version Modifier and Type Method Description VersionRangeResultVersionRangeResult. setVersions(java.util.List<Version> versions)Sets the versions (in ascending order) matching the requested range. -
Uses of Version in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return Version Modifier and Type Method Description VersionVersionConstraint. getVersion()Gets the version recommended by this constraint.VersionVersionRange.Bound. getVersion()Gets the bounding version.VersionVersionScheme. parseVersion(java.lang.String version)Parses the specified version string, for example "1.0".Methods in org.eclipse.aether.version with parameters of type Version Modifier and Type Method Description booleanVersionConstraint. 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 Constructor Description Bound(Version version, boolean inclusive)Creates a new bound with the specified properties.
-