Package com.xebialabs.license
Class LicenseVersion2
- java.lang.Object
-
- com.xebialabs.license.License
-
- com.xebialabs.license.LicenseVersion2
-
@Deprecated public class LicenseVersion2 extends com.xebialabs.license.LicenseDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static com.xebialabs.license.LicenseTypeVERSIONDeprecated.
-
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.LicenseTypegetLicenseVersion()Deprecated.java.util.List<com.xebialabs.license.LicenseProperty>getRequiredProperties()Deprecated.
-
-
-
Method Detail
-
getLicenseVersion
public com.xebialabs.license.LicenseType getLicenseVersion()
Deprecated.- Specified by:
getLicenseVersionin 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
-
-