Package com.adobe.granite.license
Interface License
-
- All Superinterfaces:
java.util.Map<java.lang.String,java.lang.String>
@Deprecated @ProviderType public interface License extends java.util.Map<java.lang.String,java.lang.String>
Deprecated.This interface is deprecated without a replacementThis Interface defines the license information
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LICENSE_CUSTOMER_NAME
Deprecated.the property name of the customer namestatic java.lang.String
LICENSE_DOWNLOAD_ID
Deprecated.the property name of the download idstatic java.lang.String
LICENSE_PRODUCT_NAME
Deprecated.the property name of the product namestatic java.lang.String
LICENSE_PRODUCT_VERSION
Deprecated.the property name of the product version
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getCustomerName()
Deprecated.java.lang.String
getDownloadId()
Deprecated.java.lang.String
getProductName()
Deprecated.java.lang.String
getProductVersion()
Deprecated.
-
-
-
Field Detail
-
LICENSE_DOWNLOAD_ID
static final java.lang.String LICENSE_DOWNLOAD_ID
Deprecated.the property name of the download id- See Also:
- Constant Field Values
-
LICENSE_CUSTOMER_NAME
static final java.lang.String LICENSE_CUSTOMER_NAME
Deprecated.the property name of the customer name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_NAME
static final java.lang.String LICENSE_PRODUCT_NAME
Deprecated.the property name of the product name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_VERSION
static final java.lang.String LICENSE_PRODUCT_VERSION
Deprecated.the property name of the product version- See Also:
- Constant Field Values
-
-