Class DataCenterLicenseExpiryValidator
java.lang.Object
com.atlassian.confluence.license.validator.DataCenterLicenseExpiryValidator
- All Implemented Interfaces:
LicenseValidator
Validates that if the license is for data center, the expiry date has been supplied.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
Constructor Details
-
DataCenterLicenseExpiryValidator
public DataCenterLicenseExpiryValidator()
-
-
Method Details
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license) throws KnownConfluenceLicenseValidationException - Specified by:
validate
in interfaceLicenseValidator
- Throws:
KnownConfluenceLicenseValidationException
-