Uses of Class
org.eclipse.aether.version.InvalidVersionSpecificationException
Packages that use InvalidVersionSpecificationException
Package
Description
Utility classes to ease unit testing.
Ready-to-use version schemes for parsing/comparing versions.
The definition of a version scheme for parsing and comparing versions.
-
Uses of InvalidVersionSpecificationException in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that throw InvalidVersionSpecificationExceptionModifier and TypeMethodDescriptionTestVersionScheme.parseVersionConstraint
(String constraint) TestVersionScheme.parseVersionRange
(String range) Constructors in org.eclipse.aether.internal.test.util that throw InvalidVersionSpecificationExceptionModifierConstructorDescription(package private)
TestVersionRange
(String range) Creates a version range from the specified range specification. -
Uses of InvalidVersionSpecificationException in org.eclipse.aether.util.version
Methods in org.eclipse.aether.util.version that throw InvalidVersionSpecificationExceptionModifier and TypeMethodDescriptionGenericVersionScheme.parseVersion
(String version) GenericVersionScheme.parseVersionConstraint
(String constraint) GenericVersionScheme.parseVersionRange
(String range) Constructors in org.eclipse.aether.util.version that throw InvalidVersionSpecificationExceptionModifierConstructorDescription(package private)
GenericVersionRange
(String range) Creates a version range from the specified range specification. -
Uses of InvalidVersionSpecificationException in org.eclipse.aether.version
Methods in org.eclipse.aether.version that throw InvalidVersionSpecificationExceptionModifier and TypeMethodDescriptionVersionScheme.parseVersion
(String version) Parses the specified version string, for example "1.0".VersionScheme.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".VersionScheme.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)".