|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionSpecificationParser.InvalidVersionException | |
|---|---|
| org.gcube.common.resources.kxml.service.version | |
| Uses of VersionSpecificationParser.InvalidVersionException in org.gcube.common.resources.kxml.service.version |
|---|
| Methods in org.gcube.common.resources.kxml.service.version that throw VersionSpecificationParser.InvalidVersionException | |
|---|---|
static VersionSpecificationParser.Range |
VersionSpecificationParser.parse(String spec)
Create a version range from a string representation Some spec examples are 1.0 Version 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 higher
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||