com.smartgwt.client
Class Version
java.lang.Object
com.smartgwt.client.Version
public final class Version
- extends Object
Class that returns meta information like version number, major version, minor version and build date.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
getVersion
public static String getVersion()
- Returns:
- the library version
getMajor
public static String getMajor()
- Returns:
- the library major version
getMinor
public static String getMinor()
- Returns:
- the library minor version
getBuildDate
public static Date getBuildDate()
- Returns:
- the library build time