com.extjs.gxt.ui.client
Class Version

java.lang.Object
  extended by com.extjs.gxt.ui.client.Version

public final class Version
extends java.lang.Object

Contains the current codes release information. Use GXT.getVersion() to get an instance of this class.


Method Summary
 java.util.Date getBuildTime()
          Returns the build time.
 int getMajor()
          Returns the major number.
 int getMinor()
          Returns the minor number.
 java.lang.String getRelease()
          Returns the release name.
 int getRevision()
          Returns the revision number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRelease

public java.lang.String getRelease()
Returns the release name.

Returns:
the release name

getMajor

public int getMajor()
Returns the major number.

Returns:
the major number

getMinor

public int getMinor()
Returns the minor number.

Returns:
the minor number

getRevision

public int getRevision()
Returns the revision number.

Returns:
the revision number

getBuildTime

public java.util.Date getBuildTime()
Returns the build time.

Returns:
the build time