com.tc.timapi
Class Version

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


Method Summary
 java.lang.String getFullVersionString()
           
 int getIncremental()
           
 int getMajor()
           
 int getMinor()
           
 java.lang.String getQualifier()
           
static Version getVersion()
           
 boolean isSnapshot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.