com.smartgwt.client
Class Version

java.lang.Object
  extended by 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.


Constructor Summary
Version()
           
 
Method Summary
static Date getBuildDate()
           
static String getMajor()
           
static String getMinor()
           
static String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

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