Package com.xebialabs.license.service
Interface LicenseInstallService
-
- All Known Implementing Classes:
LicenseInstallServiceImpl
public interface LicenseInstallService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLicenseRenewalMessage()com.xebialabs.license.LicenseinstallNewLicense(java.lang.String licenseText)
-
-
-
Method Detail
-
installNewLicense
com.xebialabs.license.License installNewLicense(java.lang.String licenseText) throws LicenseInstallationFailedException
-
getLicenseRenewalMessage
java.lang.String getLicenseRenewalMessage()
-
-