Verwendungen von Klasse
ch.nolix.core.license.LicenseManager
-
Verwendungen von LicenseManager in ch.nolix.core.license
Modifizierer und TypMethodeBeschreibungLicenseManager.addLicense
(License license) Adds the given license to the currentLicenseManager
.<L extends License>
LicenseManagerLicenseManager.addLicense
(Class<L> licenseType) Creates and adds a newLicense
of the given licenseType to the currentLicenseManager
<F extends Feature>
LicenseManagerLicenseManager.requireFeature
(Class<F> featureType) Requires the currentLicenseManager
to contain aFeature
of the given featureType.