Package com.adobe.granite.license
Interface ProductInfo
-
@Deprecated @ConsumerType public interface ProductInfo
Deprecated.This interface is deprecated without a replacementEncapsulates information of a product or project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.Returns the product nameValueMapgetProperties()Deprecated.Returns all properties of this info.StringgetShortName()Deprecated.Returns the short product name, e.g.StringgetShortVersion()Deprecated.Returns the short, textual version.StringgetUrl()Deprecated.Returns the product url.StringgetVendor()Deprecated.Returns the vendor.StringgetVendorUrl()Deprecated.Returns the vendor url.VersiongetVersion()Deprecated.Returns the product version.StringgetYear()Deprecated.Returns the product year.
-
-
-
Method Detail
-
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.
-
-