Class LicenseVersion2


  • @Deprecated
    public class LicenseVersion2
    extends com.xebialabs.license.License
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.xebialabs.license.LicenseType VERSION
      Deprecated.
       
      • 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
      LicenseVersion2​(com.xebialabs.license.LicensePropertyMap values)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<com.xebialabs.license.LicenseProperty> getLicenseProperties()
      Deprecated.
       
      com.xebialabs.license.LicenseType getLicenseVersion()
      Deprecated.
       
      java.util.List<com.xebialabs.license.LicenseProperty> getRequiredProperties()
      Deprecated.
       
      • Methods inherited from class com.xebialabs.license.License

        getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, isDateExpired, isDummyLicense, preamble, toLicenseContent, toString, validateLicenseFormat, validateProperties, validateSpecific
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • VERSION

        public static final com.xebialabs.license.LicenseType VERSION
        Deprecated.
    • Constructor Detail

      • LicenseVersion2

        public LicenseVersion2​(com.xebialabs.license.LicensePropertyMap values)
        Deprecated.
    • Method Detail

      • getLicenseVersion

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

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

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