Package com.adobe.granite.license
Interface ProductInfoProvider
-
@ConsumerType public interface ProductInfoProviderAProductInfoProviderprovides information about an installed product.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductInfogetProductInfo()Returns theProductInfoprovided by this provider.
-
-
-
Method Detail
-
getProductInfo
ProductInfo getProductInfo()
Returns theProductInfoprovided by this provider.- Returns:
- The product info.
-
-