Interface License

All Known Implementing Classes:
AbstractLicense, Nolix2026Pro

public interface License
Author:
Silvan Wyss
  • Method Details

    • activateWithKey

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

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

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