com.microsoft.tfs.core.product
Class ProductInformation

java.lang.Object
  extended by com.microsoft.tfs.core.product.ProductInformation

public class ProductInformation
extends java.lang.Object

Tracks the current running product. Call initialize(ProductName) once early in application startup.

This class is for internal use only.

Thread-safety:
thread-safe

Constructor Summary
ProductInformation()
           
 
Method Summary
static ProductName getCurrent()
           
static void initialize(ProductName product)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInformation

public ProductInformation()
Method Detail

initialize

public static void initialize(ProductName product)

getCurrent

public static ProductName getCurrent()


© 2015 Microsoft. All rights reserved.