Package com.xebialabs.license.service
Class LicenseInstallServiceImpl
- java.lang.Object
-
- com.xebialabs.license.service.LicenseInstallServiceImpl
-
- All Implemented Interfaces:
LicenseInstallService
public class LicenseInstallServiceImpl extends java.lang.Object implements LicenseInstallService
-
-
Constructor Summary
Constructors Constructor Description LicenseInstallServiceImpl(java.lang.String licensePath, com.xebialabs.license.service.LicenseService licenseService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLicenseRenewalMessage()com.xebialabs.license.LicenseinstallNewLicense(java.lang.String licenseText)
-
-
-
Method Detail
-
installNewLicense
public com.xebialabs.license.License installNewLicense(java.lang.String licenseText) throws LicenseInstallationFailedException- Specified by:
installNewLicensein interfaceLicenseInstallService- Throws:
LicenseInstallationFailedException
-
getLicenseRenewalMessage
public java.lang.String getLicenseRenewalMessage()
- Specified by:
getLicenseRenewalMessagein interfaceLicenseInstallService
-
-