Interface ILicense
- All Known Implementing Classes:
License, Nolix2026Pro
public interface ILicense
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateWithKey(String key) Activates the currentILicensewith the given key.getName()boolean
-
Method Details
-
activateWithKey
Activates the currentILicensewith the given key.- Parameters:
key-- Throws:
RuntimeException- if the currentILicenseis already activated or does not accept the given key.
-
getName
-
isActivated
boolean isActivated()- Returns:
- true if the current
ILicenseis activated, false otherwise.
-