Interface ILicenseValidator
- All Known Implementing Classes:
LicenseValidator
public interface ILicenseValidator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertIsActivated(License license) voidassertIsNotActivated(License license)
-
Method Details
-
assertIsActivated
- Parameters:
license-- Throws:
RuntimeException- if the givenAbstractLicenseis null or not activated
-
assertIsNotActivated
- Parameters:
license-- Throws:
RuntimeException- if the givenAbstractLicenseis null or already activated
-