Package | Description |
---|---|
org.eclipse.aether.version |
The definition of a version scheme for parsing and comparing versions.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionScheme.parseVersion(String version)
Parses the specified version string, for example "1.0".
|
VersionConstraint |
VersionScheme.parseVersionConstraint(String constraint)
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
|
VersionRange |
VersionScheme.parseVersionRange(String range)
Parses the specified version range specification, for example "[1.0,2.0)".
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.