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