public final class VersionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VERSION_STRING |
| Modifier and Type | Method and Description |
|---|---|
static int |
versionCompare(String fromVersion,
String toVersion)
Compare fromVersion and toVersion.
|
static void |
versionMatch(String version)
Match version by the format.
|
public static final String DEFAULT_VERSION_STRING
public static void versionMatch(String version)
version - the version StringIllegalArgumentException - this is an illegal argument exception