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 schemes for parsing/comparing versions.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 VersionConstraintTestVersionScheme. parseVersionConstraint(java.lang.String constraint)VersionRangeTestVersionScheme. 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 VersionGenericVersionScheme. parseVersion(java.lang.String version)VersionConstraintGenericVersionScheme. parseVersionConstraint(java.lang.String constraint)VersionRangeGenericVersionScheme. 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 VersionVersionScheme. parseVersion(java.lang.String version)Parses the specified version string, for example "1.0".VersionConstraintVersionScheme. parseVersionConstraint(java.lang.String constraint)Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".VersionRangeVersionScheme. parseVersionRange(java.lang.String range)Parses the specified version range specification, for example "[1.0,2.0)".
-