public class REQIFlibLicenseManager
extends java.lang.Object
Constructor and Description |
---|
REQIFlibLicenseManager() |
Modifier and Type | Method and Description |
---|---|
static void |
setLicense(java.lang.String licenseString)
Sets the license from a license string
|
static void |
useInstalledLicense()
Sets the license from the one installed in $(user.home)/REQDesign/REQIFtoolkit/REQIFtoolkit.license
|
public static void setLicense(java.lang.String licenseString) throws com.reqdesign.reqif.LicenseException
licenseString
- the contents of the license fileLicenseException
- if the license is invalidpublic static void useInstalledLicense() throws com.reqdesign.reqif.LicenseException
LicenseException
- if the installed license is invalid