Class License
java.lang.Object
ch.nolix.base.environment.license.License
- All Implemented Interfaces:
ILicense
- Direct Known Subclasses:
Nolix2026Pro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidactivateWithKey(String key) Activates the currentILicensewith the given key.final StringgetName()final boolean
-
Constructor Details
-
License
public License()
-
-
Method Details
-
activateWithKey
Activates the currentILicensewith the given key.- Specified by:
activateWithKeyin interfaceILicense- Parameters:
key-
-
getName
-
isActivated
public final boolean isActivated()- Specified by:
isActivatedin interfaceILicense- Returns:
- true if the current
ILicenseis activated, false otherwise.
-