Package | Description |
---|---|
de.esprit.common.lic |
Contains classes for dealing with licenses.
|
Modifier and Type | Method and Description |
---|---|
static ProductType |
ProductType.fromString(java.lang.String productName) |
static ProductType[] |
ProductType.fromString(java.lang.String[] productNames) |
ProductType |
License.getProductType() |
static ProductType |
ProductType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductType[] |
ProductType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
LicenseManager.checkLicense(ProductType product,
Version prodVersion) |
static License |
LicenseManager.findLicense(ProductType product,
Version prodVersion) |
static boolean |
LicenseManager.hasValidLicense(ProductType product) |
Constructor and Description |
---|
LicenseReader(ProductType product,
Version runningProductVersion) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.