Class LicenseValidator
java.lang.Object
ch.nolix.base.environment.license.LicenseValidator
- All Implemented Interfaces:
ILicenseValidator
A
LicenseValidator is not mutable.- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertIsActivated(ILicense license) voidassertIsNotActivated(ILicense license)
-
Constructor Details
-
LicenseValidator
public LicenseValidator()
-
-
Method Details
-
assertIsActivated
- Specified by:
assertIsActivatedin interfaceILicenseValidator- Parameters:
license-
-
assertIsNotActivated
- Specified by:
assertIsNotActivatedin interfaceILicenseValidator- Parameters:
license-
-