Package com.xebialabs.license.service
Class LicenseInstallServiceImpl
java.lang.Object
com.xebialabs.license.service.LicenseInstallServiceImpl
- All Implemented Interfaces:
LicenseInstallService
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseInstallServiceImpl(String licensePath, com.xebialabs.license.service.LicenseService licenseService) -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.license.LicenseinstallNewLicense(String licenseText)
-
Constructor Details
-
LicenseInstallServiceImpl
public LicenseInstallServiceImpl(String licensePath, com.xebialabs.license.service.LicenseService licenseService)
-
-
Method Details
-
installNewLicense
public com.xebialabs.license.License installNewLicense(String licenseText) throws LicenseInstallationFailedException - Specified by:
installNewLicensein interfaceLicenseInstallService- Throws:
LicenseInstallationFailedException
-
getLicenseRenewalMessage
- Specified by:
getLicenseRenewalMessagein interfaceLicenseInstallService
-