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 java.lang.StringgetName()Deprecated.Returns the product nameValueMapgetProperties()Deprecated.Returns all properties of this info.java.lang.StringgetShortName()Deprecated.Returns the short product name, e.g.java.lang.StringgetShortVersion()Deprecated.Returns the short, textual version.java.lang.StringgetUrl()Deprecated.Returns the product url.java.lang.StringgetVendor()Deprecated.Returns the vendor.java.lang.StringgetVendorUrl()Deprecated.Returns the vendor url.VersiongetVersion()Deprecated.Returns the product version.java.lang.StringgetYear()Deprecated.Returns the product year.
-
-
-
Method Detail
-
getName
java.lang.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
java.lang.String getShortName()
Deprecated.Returns the short product name, e.g. "AEM"- Returns:
- the short product name
-
getShortVersion
java.lang.String getShortVersion()
Deprecated.Returns the short, textual version. e.g. "2020.09"- Returns:
- the short product version.
-
getYear
java.lang.String getYear()
Deprecated.Returns the product year. e.g. "2020"- Returns:
- the product version.
-
getVendor
java.lang.String getVendor()
Deprecated.Returns the vendor. e.g. "Adobe"- Returns:
- the vendor.
-
getVendorUrl
java.lang.String getVendorUrl()
Deprecated.Returns the vendor url. e.g. "https://www.adobe.com"- Returns:
- the vendor url.
-
getUrl
java.lang.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.
-
-