Uses of Class
org.apache.maven.artifact.versioning.VersionRange
Packages that use VersionRange
-
Uses of VersionRange in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return VersionRangeMethods in org.apache.maven.artifact with parameters of type VersionRangeModifier and TypeMethodDescriptionvoid
Artifact.setVersionRange
(VersionRange newRange) void
DefaultArtifact.setVersionRange
(VersionRange versionRange) Constructors in org.apache.maven.artifact with parameters of type VersionRangeModifierConstructorDescriptionDefaultArtifact
(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.versioning
Methods in org.apache.maven.artifact.versioning that return VersionRangeModifier 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.Methods in org.apache.maven.artifact.versioning with parameters of type VersionRangeModifier and TypeMethodDescriptionVersionRange.restrict
(VersionRange restriction) Creates and returns a newVersionRange
that is a restriction of this version range and the specified version range.