Uses of Class
org.apache.maven.artifact.versioning.VersionRange
Package
Description
-
Uses of VersionRange in org.apache.maven.artifact
Modifier and TypeMethodDescriptionvoid
Artifact.setVersionRange
(VersionRange newRange) void
DefaultArtifact.setVersionRange
(VersionRange versionRange) ModifierConstructorDescriptionDefaultArtifact
(String groupId, String artifactId, VersionRange versionRange, String scope, String type, String classifier, ArtifactHandler artifactHandler) DefaultArtifact
(String groupId, String artifactId, VersionRange versionRange, String scope, String type, String classifier, ArtifactHandler artifactHandler, boolean optional) -
Uses of VersionRange in org.apache.maven.artifact.factory
Modifier and TypeMethodDescriptionArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope) Deprecated.ArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) Deprecated.ArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) Deprecated.ArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) Deprecated.DefaultArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope) DefaultArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) DefaultArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) DefaultArtifactFactory.createDependencyArtifact
(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) ArtifactFactory.createExtensionArtifact
(String groupId, String artifactId, VersionRange versionRange) Deprecated.DefaultArtifactFactory.createExtensionArtifact
(String groupId, String artifactId, VersionRange versionRange) ArtifactFactory.createPluginArtifact
(String groupId, String artifactId, VersionRange versionRange) Deprecated.DefaultArtifactFactory.createPluginArtifact
(String groupId, String artifactId, VersionRange versionRange) -
Uses of VersionRange in org.apache.maven.artifact.resolver
Modifier and TypeMethodDescriptionvoid
DebugResolutionListener.restrictRange
(Artifact artifact, Artifact replacement, VersionRange newRange) void
ResolutionListener.restrictRange
(Artifact artifact, Artifact replacement, VersionRange newRange) void
WarningResolutionListener.restrictRange
(Artifact artifact, Artifact replacement, VersionRange newRange) -
Uses of VersionRange in org.apache.maven.artifact.versioning
Modifier and TypeMethodDescriptionVersionRange.cloneOf()
Deprecated.VersionRange is immutable, cloning is not useful and even more an issue against the cachestatic VersionRange
VersionRange.createFromVersion
(String version) static VersionRange
VersionRange.createFromVersionSpec
(String spec) Create a version range from a string representationVersionRange.restrict
(VersionRange restriction) Creates and returns a newVersionRange
that is a restriction of this version range and the specified version range.Modifier and TypeMethodDescriptionVersionRange.restrict
(VersionRange restriction) Creates and returns a newVersionRange
that is a restriction of this version range and the specified version range. -
Uses of VersionRange in org.apache.maven.project.artifact
Modifier and TypeMethodDescriptionActiveProjectArtifact.getVersionRange()
Deprecated.AttachedArtifact.getVersionRange()
Deprecated.Modifier and TypeMethodDescriptionvoid
ActiveProjectArtifact.setVersionRange
(VersionRange newRange) Deprecated.void
AttachedArtifact.setVersionRange
(VersionRange range) Deprecated.