Uses of Class
ch.nolix.base.environment.license.License
Packages that use License
-
Uses of License in ch.nolix.base.environment.license
Methods in ch.nolix.base.environment.license with type parameters of type LicenseModifier and TypeMethodDescriptionstatic <L extends License>
voidLicenseManager.addLicense(Class<L> licenseType) Creates and adds a newLicenseof the given licenseType to theLicenseManager.<L extends License>
LicenseManagerUnitLicenseManagerUnit.addLicense(Class<L> licenseType) Creates and adds a newLicenseof the given licenseType to the currentLicenseManagerUnit<L extends License>
booleanLicenseManagerUnit.containsLicense(Class<L> licenseType) Methods in ch.nolix.base.environment.license with parameters of type LicenseModifier and TypeMethodDescriptionstatic voidLicenseManager.addLicense(License license) Adds the given license to theLicenseManager.LicenseManagerUnit.addLicense(License license) Adds the given license to the currentLicenseManagerUnit.static voidLicenseManager.removeLicense(License license) Removes the given license from theLicenseManager.voidLicenseManagerUnit.removeLicense(License license) Removes the given license from the currentLicenseManagerUnit. -
Uses of License in ch.nolix.base.environment.nolixlicense
Subclasses of License in ch.nolix.base.environment.nolixlicense