Schnittstelle ILicense
- Alle bekannten Implementierungsklassen:
License, Nolix2026Pro
public interface ILicense
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator 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
-
isActivated
boolean isActivated()- Gibt zurück:
- true if the current
ILicenseis activated, false otherwise.
-