public class LicenseChecker
extends java.lang.Object
| Constructor and Description |
|---|
LicenseChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkLicenseForFeature(java.lang.String pFeatureName)
Checks if a license is available for the given feature name.
|
public static boolean checkLicenseForFeature(java.lang.String pFeatureName)
throws org.eclipse.core.runtime.CoreException
Warning: This method offers no protection to unlicensed features. It only returns an information which can be changed by additional extensions.
pFeatureName - the feature name to be checkedtrue if a license is available for the given featureorg.eclipse.core.runtime.CoreException - if an extension for the extension point is invalid.Copyright © 2015 Micro Focus GmbH. All rights reserved.