Uses of Class
ch.nolix.base.environment.license.LicenseManagerUnit
Packages that use LicenseManagerUnit
-
Uses of LicenseManagerUnit in ch.nolix.base.environment.license
Methods in ch.nolix.base.environment.license that return LicenseManagerUnitModifier and TypeMethodDescriptionLicenseManagerUnit.addLicense(License license) Adds the given license to the currentLicenseManagerUnit.<L extends License>
LicenseManagerUnitLicenseManagerUnit.addLicense(Class<L> licenseType) Creates and adds a newLicenseof the given licenseType to the currentLicenseManagerUnit<F extends AbstractFeature>
LicenseManagerUnitLicenseManagerUnit.requireFeature(Class<F> featureType) Requires the currentLicenseManagerUnitto contain aAbstractFeatureof the given featureType.Methods in ch.nolix.base.environment.license with parameters of type LicenseManagerUnitModifier and TypeMethodDescriptionstatic AdditionalConditionMediatorAdditionalConditionMediator.forLicenseManager(LicenseManagerUnit licenseManager) static ConditionMediatorConditionMediator.forLicenseManagerAndCondition(LicenseManagerUnit licenseManager, boolean condition) static LongMediatorLongMediator.forLicenseManagerAndValue(LicenseManagerUnit parentLicenseManager, long value)