com.tc.timapi
Class Version
java.lang.Object
com.tc.timapi.Version
public class Version
- extends java.lang.Object
This class should really never be changed. If you screw with the method names or the package of this class then the
core client will not be able to report TIM API version mismatches very well
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getVersion
public static Version getVersion()
isSnapshot
public boolean isSnapshot()
getMajor
public int getMajor()
getMinor
public int getMinor()
getIncremental
public int getIncremental()
getQualifier
public java.lang.String getQualifier()
getFullVersionString
public java.lang.String getFullVersionString()
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.