Verwendungen von Klasse
ch.nolix.core.license.License
Package
Beschreibung
The
ch.nolix.core.license
package defines a programmatic license
system.The
ch.nolix.core.nolixlicense
package defines
License
s for the Nolix library.-
Verwendungen von License in ch.nolix.core.license
Modifizierer und TypMethodeBeschreibungstatic <L extends License>
voidGlobalLicenseManager.addLicense
(Class<L> licenseType) Creates and adds a newLicense
of the given licenseType to theGlobalLicenseManager
.<L extends License>
LicenseManagerLicenseManager.addLicense
(Class<L> licenseType) Creates and adds a newLicense
of the given licenseType to the currentLicenseManager
<L extends License>
booleanLicenseManager.containsLicense
(Class<L> licenseType) Modifizierer und TypMethodeBeschreibungstatic void
GlobalLicenseManager.addLicense
(License license) Adds the given license to theGlobalLicenseManager
.LicenseManager.addLicense
(License license) Adds the given license to the currentLicenseManager
.static void
GlobalLicenseManager.removeLicense
(License license) Removes the given license from theGlobalLicenseManager
.void
LicenseManager.removeLicense
(License license) Removes the given license from the currentLicenseManager
. -
Verwendungen von License in ch.nolix.core.nolixlicense