public class VersionHelper extends Object
| Constructor and Description |
|---|
VersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compareVersion(String versionOne,
String versionTwo)
returns -1 if versionOne is less than versionTwo, 0 if the versions are equal, and 1 if versionOne is more recent than versionTwo
|
public VersionHelper()
public static int compareVersion(String versionOne, String versionTwo)
versionOne - string representation of a versionversionTwo - string representation of a versionCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.