Package com.adobe.granite.license
Interface ProductInfoProvider
-
@Deprecated @ConsumerType public interface ProductInfoProvider
Deprecated.This interface is deprecated without a replacementAProductInfoProvider
provides information about an installed product.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProductInfo
getProductInfo()
Deprecated.Returns theProductInfo
provided by this provider.
-
-
-
Method Detail
-
getProductInfo
ProductInfo getProductInfo()
Deprecated.Returns theProductInfo
provided by this provider.- Returns:
- The product info.
-
-