Package ch.nolix.core.misc.license
Klasse License
java.lang.Object
ch.nolix.core.misc.license.License
- Alle implementierten Schnittstellen:
ILicense
- Bekannte direkte Unterklassen:
Nolix2026Pro
- Version:
- 2017-05-16
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract booleanacceptsRefinedKey(String refinedKey) final voidactivateWithKey(String key) Activates the currentILicensewith the given key.final StringgetName()final boolean
-
Konstruktordetails
-
License
public License()
-
-
Methodendetails
-
activateWithKey
Activates the currentILicensewith the given key.- Angegeben von:
activateWithKeyin SchnittstelleILicense- Parameter:
key-
-
getName
-
isActivated
public final boolean isActivated()- Angegeben von:
isActivatedin SchnittstelleILicense- Gibt zurück:
- true if the current
ILicenseis activated, false otherwise.
-
acceptsRefinedKey
- Parameter:
refinedKey-- Gibt zurück:
- true if the current
Licenseaccepts the given refinedKey, false otherwise.
-