@Deprecated public interface ProductInfoService
ProductInfoService
provides information about product name,
version, etc.Modifier and Type | Method and Description |
---|---|
ProductInfo |
getInfo()
Deprecated.
Returns the product information of the system.
|
ProductInfo |
getInfo(String name)
Deprecated.
Returns the product or project information with the given name.
|
License |
getLicense()
Deprecated.
Returns the (CRX) license.
|
String |
getLicenseId()
Deprecated.
Short cut to getLicense().getDownloadId().
|
ProductInfo getInfo()
null
if not found.ProductInfo getInfo(String name)
name
is null
or the empty string,
the information about the system is returned (i.e. this
).name
- name of the project or application to retrieve the info for.null
if not found.License getLicense()
null
if not available.String getLicenseId()
null
if not available."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"