Package rs.baselib.licensing
Interface ILicensingScheme
- All Known Implementing Classes:
LicensingScheme
public interface ILicensingScheme
Describes a licensing scheme.
- Author:
- ralph
-
Method Summary
Modifier and Type Method Description ILicenseCreatorgetLicenseCreator()Returns an instance of the responsible license creator implementation.ILicenseVerifiergetLicenseVerifier()Returns an instance of the responsible license verifier implementation.
-
Method Details
-
getLicenseCreator
ILicenseCreator getLicenseCreator()Returns an instance of the responsible license creator implementation.- Returns:
- the license creator
-
getLicenseVerifier
ILicenseVerifier getLicenseVerifier()Returns an instance of the responsible license verifier implementation.- Returns:
- the license verifier
-