Class LegacyV1LicenseValidator
- java.lang.Object
-
- com.atlassian.confluence.license.validator.LegacyV1LicenseValidator
-
- All Implemented Interfaces:
LicenseValidator
public class LegacyV1LicenseValidator extends Object implements LicenseValidator
Detects for old v1 style licenses, which are not allowed anymore.
-
-
Constructor Summary
Constructors Constructor Description LegacyV1LicenseValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
-
-
Method Detail
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
- Specified by:
validate
in interfaceLicenseValidator
-
-