Class License

java.lang.Object
ch.nolix.base.environment.license.License
All Implemented Interfaces:
ILicense
Direct Known Subclasses:
Nolix2026Pro

public abstract class License extends Object implements ILicense
Author:
Silvan Wyss
  • Constructor Details

    • License

      public License()
  • Method Details

    • activateWithKey

      public final void activateWithKey(String key)
      Activates the current ILicense with the given key.
      Specified by:
      activateWithKey in interface ILicense
      Parameters:
      key -
    • getName

      public final String getName()
      Specified by:
      getName in interface ILicense
      Returns:
      the name of the current ILicense.
    • isActivated

      public final boolean isActivated()
      Specified by:
      isActivated in interface ILicense
      Returns:
      true if the current ILicense is activated, false otherwise.