Schnittstelle ILicense

Alle bekannten Implementierungsklassen:
License, Nolix2026Pro

public interface ILicense
Version:
2025-07-30
Autor:
Silvan Wyss
  • Methodendetails

    • activateWithKey

      void activateWithKey(String key)
      Activates the current ILicense with the given key.
      Parameter:
      key -
      Löst aus:
      RuntimeException - if the current ILicense is 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 ILicense is activated, false otherwise.