Package com.xebialabs.license
Class LicenseVersion3
- java.lang.Object
-
- com.xebialabs.license.License
-
- com.xebialabs.license.LicenseVersion3
-
@Deprecated public class LicenseVersion3 extends License
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseVersion3.Edition3Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static LicenseTypeVERSIONDeprecated.-
Fields inherited from class com.xebialabs.license.License
LICENSE_PREAMBLE, MAX_TRIAL_LICENSE_VALIDITY, PRODUCT_OLD_DEPLOYIT, PRODUCT_XL_DEPLOY, PRODUCT_XL_RELEASE, PRODUCT_XL_TESTVIEW, PRODUCTS, values
-
-
Constructor Summary
Constructors Constructor Description LicenseVersion3(LicensePropertyMap values)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<LicenseProperty>getLicenseProperties()Deprecated.LicenseTypegetLicenseVersion()Deprecated.java.util.List<LicenseProperty>getRequiredProperties()Deprecated.voidvalidateLicenseFormat()Deprecated.protected voidvalidateSpecific()Deprecated.-
Methods inherited from class com.xebialabs.license.License
getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, isDateExpired, isDummyLicense, preamble, toLicenseContent, toString, validateProperties
-
-
-
-
Field Detail
-
VERSION
public static final LicenseType VERSION
Deprecated.
-
-
Constructor Detail
-
LicenseVersion3
public LicenseVersion3(LicensePropertyMap values) throws LicenseViolationException
Deprecated.- Throws:
LicenseViolationException
-
-
Method Detail
-
getLicenseVersion
public LicenseType getLicenseVersion()
Deprecated.- Specified by:
getLicenseVersionin classLicense
-
getLicenseProperties
public java.util.List<LicenseProperty> getLicenseProperties()
Deprecated.- Specified by:
getLicensePropertiesin classLicense
-
getRequiredProperties
public java.util.List<LicenseProperty> getRequiredProperties()
Deprecated.- Specified by:
getRequiredPropertiesin classLicense
-
validateLicenseFormat
public void validateLicenseFormat() throws LicenseViolationExceptionDeprecated.- Overrides:
validateLicenseFormatin classLicense- Throws:
LicenseViolationException
-
validateSpecific
protected void validateSpecific()
Deprecated.- Overrides:
validateSpecificin classLicense
-
-