Parses version strings according to the specification here: http://docs.codehaus.org/display/MAVEN/Versioning and allows for comparison of versions based on that document. Bounded version specifications are defined as http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html
Borrows heavily from maven version range management code
- Author
- cpw
static VersionRange cpw.mods.fml.common.versioning.VersionParser.parseRange |
( |
String |
range) | |
|
|
static |
static ArtifactVersion cpw.mods.fml.common.versioning.VersionParser.parseVersionReference |
( |
String |
labelledRef) | |
|
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/cpw/mods/fml/common/versioning/VersionParser.java