Package com.eka.middleware.licensing
Class License
java.lang.Object
com.eka.middleware.licensing.License
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseFile
getLicenseFile
(DataPipeline dataPipeline) static void
instanceIds
(DataPipeline dataPipeline) static boolean
isLicenseFound
(DataPipeline dataPipeline) static LicenseFile
parseLicenseFile
(String content) static boolean
updateLicenseKey
(DataPipeline dataPipeline, String licenseKey)
-
Constructor Details
-
License
public License()
-
-
Method Details
-
parseLicenseFile
public static LicenseFile parseLicenseFile(String content) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
getLicenseFile
-
instanceIds
-
isLicenseFound
-
updateLicenseKey
public static boolean updateLicenseKey(DataPipeline dataPipeline, String licenseKey) throws Exception - Throws:
Exception
-