Package com.adobe.granite.license
Interface ProductInfoService
-
@Deprecated @ProviderType public interface ProductInfoService
Deprecated.This interface is deprecated without a replacementProductInfoServiceprovides access to allProductInfos registered byProductInfoProviders throughout the system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProductInfo[]getInfos()Deprecated.Returns all registeredProductInfosLicensegetLicense()Deprecated.Return theLicenseregistered for
-
-
-
Method Detail
-
getInfos
ProductInfo[] getInfos()
Deprecated.Returns all registeredProductInfos- Returns:
- the product infos. At least one product info is returned.
-
-