Class InlineLicenseProvider

java.lang.Object
com.aquima.interactions.test.templates.InlineLicenseProvider
All Implemented Interfaces:
com.aquima.interactions.foundation.ILicenseProvider

public class InlineLicenseProvider extends Object implements com.aquima.interactions.foundation.ILicenseProvider
Simple inline license wrapper.
Since:
6.0
Author:
F. van der Meer
  • Constructor Details

    • InlineLicenseProvider

      public InlineLicenseProvider(String key)
      Constructs the license provider with the specified license file contents.
      Parameters:
      key - The content of the license ( still encrypted )
  • Method Details

    • getLicenseKey

      public com.aquima.interactions.foundation.LicenseKey getLicenseKey()
      Specified by:
      getLicenseKey in interface com.aquima.interactions.foundation.ILicenseProvider
    • hasLicenseKey

      public boolean hasLicenseKey()
      Specified by:
      hasLicenseKey in interface com.aquima.interactions.foundation.ILicenseProvider