Package com.eka.middleware.licensing
Class License
java.lang.Object
com.eka.middleware.licensing.License
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LicenseFilegetLicenseFile(DataPipeline dataPipeline) static voidinstanceIds(DataPipeline dataPipeline) static booleanisLicenseFound(DataPipeline dataPipeline) static LicenseFileparseLicenseFile(String content) static booleanupdateLicenseKey(DataPipeline dataPipeline, String licenseKey) 
- 
Constructor Details- 
Licensepublic License()
 
- 
- 
Method Details- 
parseLicenseFilepublic static LicenseFile parseLicenseFile(String content) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
getLicenseFile
- 
instanceIds
- 
isLicenseFound
- 
updateLicenseKeypublic static boolean updateLicenseKey(DataPipeline dataPipeline, String licenseKey) throws Exception - Throws:
- Exception
 
 
-