Package com.nuix.enginebaseline
Interface LicenseResolver
-
- All Known Implementing Classes:
NuixLicenseResolver
public interface LicenseResolverAn interface for providingNuixEnginelicense resolution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanresolveLicense(@NonNull nuix.engine.Engine engine)Attempts to license the provided Engine instance using resolution and filtering configuration of this instance.
-
-
-
Method Detail
-
resolveLicense
boolean resolveLicense(@NonNull @NonNull nuix.engine.Engine engine) throws java.lang.ExceptionAttempts to license the provided Engine instance using resolution and filtering configuration of this instance.- Parameters:
engine- The engine instance to attempt to license.- Returns:
- True if a license was obtained, false if not.
- Throws:
java.lang.Exception- Exceptions thrown by any of the methods working to obtain a license will be uncaught and allowed to bubble up for caller to respond to.
-
-