com.microsoft.tfs.core.product
Class ProductName

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

Field Summary
static ProductName CLC
           
static ProductName EXPLORER
           
static ProductName PLUGIN
           
static ProductName SDK
           
 
Method Summary
 java.lang.String getFamilyFullName()
           
 java.lang.String getFamilyFullNameNOLOC()
           
 java.lang.String getFamilyShortName()
           
 java.lang.String getFamilyShortNameNOLOC()
           
 java.lang.String getProductFullName()
           
 java.lang.String getProductFullNameNOLOC()
           
 java.lang.String getProductShortName()
           
 java.lang.String getProductShortNameNOLOC()
           
 int getSQMID()
          For internal use only.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN

public static final ProductName PLUGIN

CLC

public static final ProductName CLC

SDK

public static final ProductName SDK

EXPLORER

public static final ProductName EXPLORER
Method Detail

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.