Package de.xima.fc.license
Interface ILicenseAccess
-
- All Known Implementing Classes:
LicenseAccess
public interface ILicenseAccess
Interface for license access. A license access is an object that can be used to check if a license has certain features.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasFeature(ELicenseFeature feature)
Checks if the license has the given license feature.
-
-
-
Method Detail
-
hasFeature
boolean hasFeature(ELicenseFeature feature)
Checks if the license has the given license feature.- Parameters:
feature
- The feature to check.- Returns:
true
if the license has the license feature,false
otherwise.
-
-