Interface ILicense

All Known Implementing Classes:
License, Nolix2026Pro

public interface ILicense
Author:
Silvan Wyss
  • Method Details

    • activateWithKey

      void activateWithKey(String key)
      Activates the current ILicense with the given key.
      Parameters:
      key -
      Throws:
      RuntimeException - if the current ILicense is already activated or does not accept the given key.
    • getName

      String getName()
      Returns:
      the name of the current ILicense.
    • isActivated

      boolean isActivated()
      Returns:
      true if the current ILicense is activated, false otherwise.