Class LicenseVersion1


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String LICENSE_PREAMBLE_V1
      Deprecated.
       
      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
      LicenseVersion1​(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.
       
      java.lang.String preamble()
      Deprecated.
       
      void validateLicenseFormat()
      Deprecated.
       
      • Methods inherited from class com.xebialabs.license.License

        getListValue, getLocalDateValue, getMapValue, getStringValue, hasLicenseProperty, isDateExpired, isDateExpired, isDummyLicense, toLicenseContent, toString, 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.
      • LICENSE_PREAMBLE_V1

        public static final java.lang.String LICENSE_PREAMBLE_V1
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LicenseVersion1

        public LicenseVersion1​(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
      • preamble

        public java.lang.String preamble()
        Deprecated.
        Overrides:
        preamble 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
      • validateLicenseFormat

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