Package com.adobe.granite.license
Interface ProductInfo
Deprecated.
This interface is deprecated without a replacement
Encapsulates information of a product or project.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Returns the product nameDeprecated.Returns all properties of this info.Deprecated.Returns the short product name, e.g.Deprecated.Returns the short, textual version.getUrl()Deprecated.Returns the product url.Deprecated.Returns the vendor.Deprecated.Returns the vendor url.Deprecated.Returns the product version.getYear()Deprecated.Returns the product year.
-
Method Details
-
getName
String getName()Deprecated.Returns the product name- Returns:
- the product name.
-
getVersion
Version getVersion()Deprecated.Returns the product version. e.g. "2020.09.1"- Returns:
- the product version.
-
getShortName
String getShortName()Deprecated.Returns the short product name, e.g. "AEM"- Returns:
- the short product name
-
getShortVersion
String getShortVersion()Deprecated.Returns the short, textual version. e.g. "2020.09"- Returns:
- the short product version.
-
getYear
String getYear()Deprecated.Returns the product year. e.g. "2020"- Returns:
- the product version.
-
getVendor
String getVendor()Deprecated.Returns the vendor. e.g. "Adobe"- Returns:
- the vendor.
-
getVendorUrl
String getVendorUrl()Deprecated.Returns the vendor url. e.g. "https://www.adobe.com"- Returns:
- the vendor url.
-
getUrl
String getUrl()Deprecated.Returns the product url. e.g. "https://www.adobe.com/aem"- Returns:
- the product url.
-
getProperties
ValueMap getProperties()Deprecated.Returns all properties of this info.- Returns:
- all properties.
-