Uses of Class
org.eclipse.aether.version.InvalidVersionSpecificationException
-
Packages that use InvalidVersionSpecificationException Package Description org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.util.version Ready-to-use version scheme for parsing/comparing versions and utility classes.org.eclipse.aether.version 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 InvalidVersionSpecificationException Modifier and Type Method Description VersionConstraint
TestVersionScheme. parseVersionConstraint(java.lang.String constraint)
VersionRange
TestVersionScheme. parseVersionRange(java.lang.String range)
Constructors in org.eclipse.aether.internal.test.util that throw InvalidVersionSpecificationException Constructor Description TestVersionRange(java.lang.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 InvalidVersionSpecificationException Modifier and Type Method Description GenericVersion
GenericVersionScheme. parseVersion(java.lang.String version)
GenericVersionConstraint
GenericVersionScheme. parseVersionConstraint(java.lang.String constraint)
GenericVersionRange
GenericVersionScheme. parseVersionRange(java.lang.String range)
Constructors in org.eclipse.aether.util.version that throw InvalidVersionSpecificationException Constructor Description GenericVersionRange(java.lang.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 InvalidVersionSpecificationException Modifier and Type Method Description Version
VersionScheme. parseVersion(java.lang.String version)
Parses the specified version string, for example "1.0".VersionConstraint
VersionScheme. parseVersionConstraint(java.lang.String constraint)
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".VersionRange
VersionScheme. parseVersionRange(java.lang.String range)
Parses the specified version range specification, for example "[1.0,2.0)".
-