Uses of Class
org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
-
Packages that use InvalidVersionSpecificationException Package Description org.apache.maven.artifact.versioning org.apache.maven.profiles.activation -
-
Uses of InvalidVersionSpecificationException in org.apache.maven.artifact.versioning
Methods in org.apache.maven.artifact.versioning that throw InvalidVersionSpecificationException Modifier and Type Method Description static VersionRangeVersionRange. createFromVersionSpec(java.lang.String spec)Create a version range from a string representation Some spec examples are1.0Version 1.0[1.0,2.0)Versions 1.0 (included) to 2.0 (not included)[1.0,2.0]Versions 1.0 to 2.0 (both included)[1.5,)Versions 1.5 and higher(,1.0],[1.2,)Versions up to 1.0 (included) and 1.2 or higherprivate static RestrictionVersionRange. parseRestriction(java.lang.String spec) -
Uses of InvalidVersionSpecificationException in org.apache.maven.profiles.activation
Methods in org.apache.maven.profiles.activation that throw InvalidVersionSpecificationException Modifier and Type Method Description private booleanJdkPrefixProfileActivator. matchJdkVersionRange(java.lang.String jdk)
-