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 Type
    Method
    Description
     
    List<com.xebialabs.license.LicenseProperty>
     
    com.xebialabs.license.LicenseType
     
    List<com.xebialabs.license.LicenseProperty>
     
    boolean
     
    void
     

    Methods inherited from class com.xebialabs.license.License

    getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, isDateExpired, preamble, toLicenseContent, toString, validateProperties, validateSpecific

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • create

      public static DummyLicense create()
    • getLicenseProperties

      public List<com.xebialabs.license.LicenseProperty> getLicenseProperties()
      Specified by:
      getLicenseProperties in class com.xebialabs.license.License
    • getRequiredProperties

      public List<com.xebialabs.license.LicenseProperty> getRequiredProperties()
      Specified by:
      getRequiredProperties in class com.xebialabs.license.License
    • getLicenseVersion

      public com.xebialabs.license.LicenseType getLicenseVersion()
      Specified by:
      getLicenseVersion in class com.xebialabs.license.License
    • validateLicenseFormat

      public void validateLicenseFormat()
      Overrides:
      validateLicenseFormat in class com.xebialabs.license.License
    • isDummyLicense

      public boolean isDummyLicense()
      Overrides:
      isDummyLicense in class com.xebialabs.license.License