Package ch.nolix.coreapi.misc.licenseapi
Schnittstelle ILicense
- Alle bekannten Implementierungsklassen:
License,Nolix2026Pro
public interface ILicense
- Version:
- 2025-07-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactivateWithKey(String key) Activates the currentILicensewith the given key.getName()boolean
-
Methodendetails
-
activateWithKey
Activates the currentILicensewith the given key.- Parameter:
key-- Löst aus:
RuntimeException- if the currentILicenseis already activated or does not accept the given key.
-
getName
String getName()- Gibt zurück:
- the name of the current
ILicense.
-
isActivated
boolean isActivated()- Gibt zurück:
- true if the current
ILicenseis activated, false otherwise.
-