public class LicenseVersion2 extends License
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION |
PRODUCT_DEPLOYIT, PRODUCT_OLD_DEPLOYIT, PRODUCT_XL_RELEASE, PRODUCTS| Constructor and Description |
|---|
LicenseVersion2(java.util.Map<LicenseProperty,java.lang.String> values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LicenseProperty> |
getLicenseProperties() |
java.lang.String |
getLicenseVersion() |
format, getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, toLicenseContent, toString, validateLicenseFormat, validatePropertiespublic static final java.lang.String VERSION
public LicenseVersion2(java.util.Map<LicenseProperty,java.lang.String> values)
public java.lang.String getLicenseVersion()
getLicenseVersion in class Licensepublic java.util.List<LicenseProperty> getLicenseProperties()
getLicenseProperties in class License