Package ch.nolix.core.license
Klasse LicenseManagerUnit
java.lang.Object
ch.nolix.core.license.LicenseManagerUnit
A
LicenseManagerUnit
contains License
s.- Version:
- 2019-11-16
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddLicense
(License license) Adds the given license to the currentLicenseManagerUnit
.<L extends License>
LicenseManagerUnitaddLicense
(Class<L> licenseType) Creates and adds a newLicense
of the given licenseType to the currentLicenseManagerUnit
<F extends Feature>
booleancontainsFeature
(Class<F> featureType) <L extends License>
booleancontainsLicense
(Class<L> licenseType) IContainer
<Class<?>> void
removeLicense
(License license) Removes the given license from the currentLicenseManagerUnit
.<F extends Feature>
LicenseManagerUnitrequireFeature
(Class<F> featureType) Requires the currentLicenseManagerUnit
to contain aFeature
of the given featureType.when
(long value)
-
Konstruktordetails
-
LicenseManagerUnit
public LicenseManagerUnit()
-
-
Methodendetails
-
addLicense
Creates and adds a newLicense
of the given licenseType to the currentLicenseManagerUnit
- Typparameter:
L
- is the given licenseType.- Parameter:
licenseType
-- Gibt zurück:
- the current
LicenseManagerUnit
. - Löst aus:
ArgumentIsNullException
- if the given licenseType is null.RuntimeException
- if if there was not found a file with the key for a License of the given licenseType.InvalidArgumentException
- if the given licenseType does not contain a constructor with 1String
parameter.InvalidArgumentException
- if the found key is not valid.InvalidArgumentException
- if the currentLicenseManagerUnit
does contain already aLicense
of the given licenseType.
-
addLicense
Adds the given license to the currentLicenseManagerUnit
.- Parameter:
license
-- Gibt zurück:
- the current
LicenseManagerUnit
. - Löst aus:
ArgumentIsNullException
- if the given license is null.InvalidArgumentException
- if the given license is not activated.InvalidArgumentException
- if the currentLicenseManagerUnit
contains already aLicense
of the type the given license is.
-
containsFeature
- Typparameter:
F
- is the given featureType.- Parameter:
featureType
-- Gibt zurück:
- true if the current
LicenseManagerUnit
contains aFeature
of the given featureType.
-
containsLicense
- Typparameter:
L
- is the given licenseType.- Parameter:
licenseType
-- Gibt zurück:
- true if the current
LicenseManagerUnit
contains aLicense
of the given licenseType.
-
getLicenseTypes
- Gibt zurück:
- the types of the licenses of the current
LicenseManagerUnit
.
-
removeLicense
Removes the given license from the currentLicenseManagerUnit
.- Parameter:
license
-- Löst aus:
ArgumentDoesNotContainElementException
- if the currentLicenseManagerUnit
does not contain the given license.
-
requireFeature
Requires the currentLicenseManagerUnit
to contain aFeature
of the given featureType.- Typparameter:
F
- is the given featureType.- Parameter:
featureType
-- Gibt zurück:
- the current
LicenseManagerUnit
. - Löst aus:
ArgumentDoesNotHaveAttributeException
- if the currentLicenseManagerUnit
does not contain aFeature
of the given featureType.
-
when
- Parameter:
value
-- Gibt zurück:
- a new
LongMediator
for the given value.
-