Package com.xebialabs.license
Class DummyLicense
java.lang.Object
com.xebialabs.license.License
com.xebialabs.license.DummyLicense
public class DummyLicense
extends com.xebialabs.license.License
When user tries to start the application without using any license, dummy license to be used to be able to run the server.
-
Field Summary
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic DummyLicensecreate()List<com.xebialabs.license.LicenseProperty> com.xebialabs.license.LicenseTypeList<com.xebialabs.license.LicenseProperty> booleanvoidMethods inherited from class com.xebialabs.license.License
getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, isDateExpired, preamble, toLicenseContent, toString, validateProperties, validateSpecific
-
Method Details
-
create
-
getLicenseProperties
- Specified by:
getLicensePropertiesin classcom.xebialabs.license.License
-
getRequiredProperties
- Specified by:
getRequiredPropertiesin classcom.xebialabs.license.License
-
getLicenseVersion
public com.xebialabs.license.LicenseType getLicenseVersion()- Specified by:
getLicenseVersionin classcom.xebialabs.license.License
-
validateLicenseFormat
public void validateLicenseFormat()- Overrides:
validateLicenseFormatin classcom.xebialabs.license.License
-
isDummyLicense
public boolean isDummyLicense()- Overrides:
isDummyLicensein classcom.xebialabs.license.License
-