Class LicenseFileReader
java.lang.Object
com.aquima.interactions.ds.license.LicenseFileReader
Utility class that reads the license file using a resource manager.
- Since:
- 6.0
- Author:
- F. van der Meer
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseFileReader
(IResourceManager resourceManager) Constructs the reader with the resource manager that should be used.LicenseFileReader
(IResourceManager resourceManager, String licenseKeyFile) Constructs the reader with the resource manager that should be used. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the license key from the resource.
-
Constructor Details
-
LicenseFileReader
Constructs the reader with the resource manager that should be used.- Parameters:
resourceManager
- The resource manager that should be used to retrieve the license file.
-
LicenseFileReader
Constructs the reader with the resource manager that should be used.- Parameters:
resourceManager
- The resource manager that should be used to retrieve the license file.licenseKeyFile
- The name of the resource containing the license key.
-
-
Method Details