Package com.xebialabs.license
Class LicenseVersion1
- java.lang.Object
-
- com.xebialabs.license.License
-
- com.xebialabs.license.LicenseVersion1
-
@Deprecated public class LicenseVersion1 extends com.xebialabs.license.LicenseDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLICENSE_PREAMBLE_V1Deprecated.static com.xebialabs.license.LicenseTypeVERSIONDeprecated.
-
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.LicenseTypegetLicenseVersion()Deprecated.java.util.List<com.xebialabs.license.LicenseProperty>getRequiredProperties()Deprecated.java.lang.Stringpreamble()Deprecated.voidvalidateLicenseFormat()Deprecated.
-
-
-
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
-
-
Method Detail
-
getLicenseVersion
public com.xebialabs.license.LicenseType getLicenseVersion()
Deprecated.- Specified by:
getLicenseVersionin classcom.xebialabs.license.License
-
preamble
public java.lang.String preamble()
Deprecated.- Overrides:
preamblein classcom.xebialabs.license.License
-
getLicenseProperties
public java.util.List<com.xebialabs.license.LicenseProperty> getLicenseProperties()
Deprecated.- Specified by:
getLicensePropertiesin classcom.xebialabs.license.License
-
getRequiredProperties
public java.util.List<com.xebialabs.license.LicenseProperty> getRequiredProperties()
Deprecated.- Specified by:
getRequiredPropertiesin classcom.xebialabs.license.License
-
validateLicenseFormat
public void validateLicenseFormat()
Deprecated.- Overrides:
validateLicenseFormatin classcom.xebialabs.license.License
-
-