public class VersionFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static IVersionRange |
getRange(String vstring)
Get a version range
|
static IVersionRange |
getRange(String[] versions)
Join this set of ranges together.
|
static IVersion |
getVersion(String vstring)
Get a version implementation.
|
static IVersion |
getVersion(String hint,
String version)
Get a version implementation.
|
static VersionFactory |
getVersionFactory()
Version factory, which is really not needed since we have all
static methods now.
|
public static VersionFactory getVersionFactory()
public static IVersion getVersion(String vstring)
vstring - A string version to be parsedpublic static IVersion getVersion(String hint, String version)
hint - Hint of the version styleversion - A string version to be parsedpublic static IVersionRange getRange(String vstring)
vstring - public static IVersionRange getRange(String[] versions)
versions - Copyright © 2016. All rights reserved.