|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.BuildNumber
public class BuildNumber
A simple class that provides access to version information for the starteam SDK. The current version is "StarTeam SDK 14.0, Build 21".
| Method Summary | |
|---|---|
static int |
getBranchNumber()
Gets the internal development branch number. |
static int |
getBuild()
Gets the product build number. |
static java.lang.String |
getBuildString()
Gets the full product version string. |
static java.lang.String |
getDisplayString()
Gets a display string showing the full product name, version and build number. |
static int |
getMajorVersion()
Gets the product major version number. |
static int |
getMinorVersion()
Gets the product minor version number. |
static java.lang.String |
getProductName()
Gets the product name. |
static java.lang.String |
getVersionString()
Gets the product version string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getProductName()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getBranchNumber()
public static int getBuild()
public static java.lang.String getVersionString()
public static java.lang.String getBuildString()
public static java.lang.String getDisplayString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||