Interface ILicenseValidator

All Known Implementing Classes:
LicenseValidator

public interface ILicenseValidator
Author:
Silvan Wyss
  • Method Details

    • assertIsActivated

      void assertIsActivated(ILicense license)
      Parameters:
      license -
      Throws:
      RuntimeException - if the given License is null or not activated.
    • assertIsNotActivated

      void assertIsNotActivated(ILicense license)
      Parameters:
      license -
      Throws:
      RuntimeException - if the given License is null or already activated.