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