Package com.castlabs

Class SimpleLicenseLoader

    • Constructor Detail

      • SimpleLicenseLoader

        public SimpleLicenseLoader​(@NonNull
                                   String licenseData)
      • SimpleLicenseLoader

        public SimpleLicenseLoader​(@NonNull
                                   byte[] licenseData)
    • Method Detail

      • getLicenseData

        public byte[] getLicenseData()
                              throws Exception
        Description copied from interface: LicenseLoader
        This method must find the license file and return its bytes or throw an Exception if the license data could not be loaded.
        Specified by:
        getLicenseData in interface LicenseLoader
        Returns:
        license the byte representation of the license file
        Throws:
        Exception - in case the license data could not be loaded