Package ch.nolix.coreapi.misc.licenseapi
Schnittstelle ILicenseValidator
- Alle bekannten Implementierungsklassen:
LicenseValidator
public interface ILicenseValidator
- Version:
- 2025-07-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidassertIsActivated(ILicense license) voidassertIsNotActivated(ILicense license)
-
Methodendetails
-
assertIsActivated
- Parameter:
license-- Löst aus:
RuntimeException- if the givenLicenseis null or not activated.
-
assertIsNotActivated
- Parameter:
license-- Löst aus:
RuntimeException- if the givenLicenseis null or already activated.
-