Class CompositeLicenseValidator
- java.lang.Object
-
- com.atlassian.confluence.license.validator.CompositeLicenseValidator
-
- All Implemented Interfaces:
LicenseValidator
public class CompositeLicenseValidator extends Object implements LicenseValidator
-
-
Constructor Summary
Constructors Constructor Description CompositeLicenseValidator(LicenseValidator... validators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
-
-
Constructor Detail
-
CompositeLicenseValidator
public CompositeLicenseValidator(LicenseValidator... validators)
-
-
Method Detail
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license) throws KnownConfluenceLicenseValidationException
- Specified by:
validate
in interfaceLicenseValidator
- Throws:
KnownConfluenceLicenseValidationException
-
-