com.microsoft.tfs.core.product
Class ProductName
java.lang.Object
com.microsoft.tfs.core.product.ProductName
public class ProductName
- extends java.lang.Object
Provides full and short name information about TEE products.
This class is for internal use only.
- See Also:
ProductInformation
- Thread-safety:
- thread-safe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PLUGIN
public static final ProductName PLUGIN
CLC
public static final ProductName CLC
SDK
public static final ProductName SDK
EXPLORER
public static final ProductName EXPLORER
getFamilyFullName
public java.lang.String getFamilyFullName()
- Returns:
- the full application family name for the current locale, for
example:
"Team Explorer Everywhere"
getFamilyFullNameNOLOC
public java.lang.String getFamilyFullNameNOLOC()
- Returns:
- the full application family name in English, for example:
"Team Explorer Everywhere"
getFamilyShortName
public java.lang.String getFamilyShortName()
- Returns:
- the short application family name for the current locale, for
example: "Team Explorer Everywhere"
getFamilyShortNameNOLOC
public java.lang.String getFamilyShortNameNOLOC()
- Returns:
- the short application family name in English, for example:
"Team Explorer Everywhere"
getProductFullName
public java.lang.String getProductFullName()
- Returns:
- the full product name for the current locale, for example:
"Plugin for Eclipse", "Explorer", "Command Line Client"
getProductFullNameNOLOC
public java.lang.String getProductFullNameNOLOC()
- Returns:
- the full product name in English, for example:
"Plugin for Eclipse", "Explorer", "Command Line Client"
getProductShortName
public java.lang.String getProductShortName()
- Returns:
- the short product name for the current locale, for example:
"CLC", "Explorer", "Plugin"
getProductShortNameNOLOC
public java.lang.String getProductShortNameNOLOC()
- Returns:
- the short product name in English, for example: "CLC",
"Explorer", "Plugin"
getSQMID
public int getSQMID()
- For internal use only.
- Returns:
- the SQM product ID.
toString
public java.lang.String toString()
-
Same as getFamilyShortName()
.
- Overrides:
toString
in class java.lang.Object
© 2015 Microsoft. All rights reserved.