Uses of Class
org.apache.maven.artifact.versioning.VersionRange
Packages that use VersionRange
Package
Description
-
Uses of VersionRange in org.apache.maven.artifact
Fields in org.apache.maven.artifact declared as VersionRangeMethods in org.apache.maven.artifact that return VersionRangeMethods in org.apache.maven.artifact with parameters of type VersionRangeModifier and TypeMethodDescriptionvoidArtifact.setVersionRange(VersionRange newRange) voidDefaultArtifact.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.factory
Methods in org.apache.maven.artifact.factory with parameters of type VersionRangeModifier and TypeMethodDescriptionprivate ArtifactDefaultArtifactFactory.createArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) private ArtifactDefaultArtifactFactory.createArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) ArtifactFactory.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
Methods in org.apache.maven.artifact.resolver with parameters of type VersionRangeModifier and TypeMethodDescriptionvoidDebugResolutionListener.restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) voidResolutionListener.restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) voidWarningResolutionListener.restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) -
Uses of VersionRange in org.apache.maven.artifact.versioning
Fields in org.apache.maven.artifact.versioning with type parameters of type VersionRangeModifier and TypeFieldDescriptionprivate static final Map<String, VersionRange> VersionRange.CACHE_SPECprivate static final Map<String, VersionRange> VersionRange.CACHE_VERSIONMethods 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 VersionRangeVersionRange.createFromVersion(String version) static VersionRangeVersionRange.createFromVersionSpec(String spec) Create a version range from a string representationVersionRange.restrict(VersionRange restriction) Creates and returns a newVersionRangethat 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 newVersionRangethat is a restriction of this version range and the specified version range. -
Uses of VersionRange in org.apache.maven.bridge
Methods in org.apache.maven.bridge with parameters of type VersionRangeModifier and TypeMethodDescriptionprivate ArtifactMavenRepositorySystem.createArtifactX(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope) private ArtifactMavenRepositorySystem.createArtifactX(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional) private ArtifactMavenRepositorySystem.createDependencyArtifactX(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional) private ArtifactMavenRepositorySystem.createExtensionArtifactX(String groupId, String artifactId, VersionRange versionRange) private ArtifactMavenRepositorySystem.createPluginArtifactX(String groupId, String artifactId, VersionRange versionRange) -
Uses of VersionRange in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal with parameters of type VersionRangeModifier and TypeMethodDescriptionvoidPluginDependencyResolutionListener.restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) -
Uses of VersionRange in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return VersionRangeModifier and TypeMethodDescriptionActiveProjectArtifact.getVersionRange()Deprecated.AttachedArtifact.getVersionRange()Deprecated.Methods in org.apache.maven.project.artifact with parameters of type VersionRangeModifier and TypeMethodDescriptionvoidActiveProjectArtifact.setVersionRange(VersionRange newRange) Deprecated.voidAttachedArtifact.setVersionRange(VersionRange range) Deprecated. -
Uses of VersionRange in org.apache.maven.repository.legacy.resolver
Methods in org.apache.maven.repository.legacy.resolver with parameters of type VersionRangeModifier and TypeMethodDescriptionprivate voidDefaultLegacyArtifactCollector.fireEvent(int event, List<ResolutionListener> listeners, ResolutionNode node, Artifact replacement, VersionRange newRange)