java.lang.Object
com.aquima.interactions.foundation.lic.Reader

public final class Reader extends Object
This class is responsible for reading the license information and converting it into a license object structure.
Since:
5.1
Author:
O. Kerpershoek
  • Method Details

    • accept

      public static License accept(String licenseKey)
      This method will decode the license key and parse it into a License object.
      Parameters:
      licenseKey - The key containing the license information.
      Returns:
      A license object for the specified key.
      Throws:
      LicenseParseException - This exception is thrown when an invalid key is passed.