Klasse License

java.lang.Object
ch.nolix.core.misc.license.License
Alle implementierten Schnittstellen:
ILicense
Bekannte direkte Unterklassen:
Nolix2026Pro

public abstract class License extends Object implements ILicense
Version:
2017-05-16
Autor:
Silvan Wyss
  • Konstruktordetails

    • License

      public License()
  • Methodendetails

    • activateWithKey

      public final void activateWithKey(String key)
      Activates the current ILicense with the given key.
      Angegeben von:
      activateWithKey in Schnittstelle ILicense
      Parameter:
      key -
    • getName

      public final String getName()
      Angegeben von:
      getName in Schnittstelle ILicense
      Gibt zurück:
      the name of the current ILicense.
    • isActivated

      public final boolean isActivated()
      Angegeben von:
      isActivated in Schnittstelle ILicense
      Gibt zurück:
      true if the current ILicense is activated, false otherwise.
    • acceptsRefinedKey

      protected abstract boolean acceptsRefinedKey(String refinedKey)
      Parameter:
      refinedKey -
      Gibt zurück:
      true if the current License accepts the given refinedKey, false otherwise.