Package com.adobe.granite.license
Interface License
-
@Deprecated @ProviderType public interface License extends Map<String,String>
Deprecated.This interface is deprecated without a replacementThis Interface defines the license information
-
-
Field Summary
Fields Modifier and Type Field Description static StringLICENSE_CUSTOMER_NAMEDeprecated.the property name of the customer namestatic StringLICENSE_DOWNLOAD_IDDeprecated.the property name of the download idstatic StringLICENSE_PRODUCT_NAMEDeprecated.the property name of the product namestatic StringLICENSE_PRODUCT_VERSIONDeprecated.the property name of the product version
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCustomerName()Deprecated.StringgetDownloadId()Deprecated.StringgetProductName()Deprecated.StringgetProductVersion()Deprecated.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Field Detail
-
LICENSE_DOWNLOAD_ID
static final String LICENSE_DOWNLOAD_ID
Deprecated.the property name of the download id- See Also:
- Constant Field Values
-
LICENSE_CUSTOMER_NAME
static final String LICENSE_CUSTOMER_NAME
Deprecated.the property name of the customer name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_NAME
static final String LICENSE_PRODUCT_NAME
Deprecated.the property name of the product name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_VERSION
static final String LICENSE_PRODUCT_VERSION
Deprecated.the property name of the product version- See Also:
- Constant Field Values
-
-