Package com.adobe.granite.license
Interface ProductInfoService
-
@Deprecated @ProviderType public interface ProductInfoService
Deprecated.This interface is deprecated without a replacementProductInfoService
provides access to allProductInfo
s registered byProductInfoProvider
s throughout the system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProductInfo[]
getInfos()
Deprecated.Returns all registeredProductInfo
sLicense
getLicense()
Deprecated.Return theLicense
registered for
-
-
-
Method Detail
-
getInfos
ProductInfo[] getInfos()
Deprecated.Returns all registeredProductInfo
s- Returns:
- the product infos. At least one product info is returned.
-
-