Package de.bmiag.tapir.variant
Class VariantLicenseChecker
- java.lang.Object
-
- de.bmiag.tapir.variant.VariantLicenseChecker
-
- All Implemented Interfaces:
LicenseChecker
public class VariantLicenseChecker extends java.lang.Object implements LicenseChecker
Checks the license for the variant module.- Since:
- 3.0.0
- Author:
- Nils Christian Ehmke<[email protected]>
-
-
Constructor Summary
Constructors Constructor Description VariantLicenseChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkLicense()
Checks the license.
-
-
-
Method Detail
-
checkLicense
public void checkLicense()
Description copied from interface:LicenseChecker
Checks the license. If the license is not valid or is violated, aLicenseCheckException
should be thrown.- Specified by:
checkLicense
in interfaceLicenseChecker
-
-