Class 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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static DummyLicense create()  
      java.util.List<com.xebialabs.license.LicenseProperty> getLicenseProperties()  
      com.xebialabs.license.LicenseType getLicenseVersion()  
      java.util.List<com.xebialabs.license.LicenseProperty> getRequiredProperties()  
      boolean isDummyLicense()  
      void validateLicenseFormat()  
      • 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 Detail

      • getLicenseProperties

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

        public java.util.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