Package com.nuix.enginebaseline
Interface LicenseResolver
-
- All Known Implementing Classes:
NuixLicenseResolver
public interface LicenseResolver
An interface for providingNuixEngine
license resolution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
resolveLicense(@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.Exception
Attempts 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.
-
-