Class LicenseInterceptor
java.lang.Object
ortus.boxlang.runtime.events.BaseInterceptor
ortus.boxlang.spreadsheet.interceptors.LicenseInterceptor
- All Implemented Interfaces:
ortus.boxlang.runtime.events.IInterceptor
public class LicenseInterceptor
extends ortus.boxlang.runtime.events.BaseInterceptor
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.events.BaseInterceptor
logger, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRuntimeStart(ortus.boxlang.runtime.types.IStruct data) Interceptor to check for Boxlang+ (bx-plus) license on runtime start.Methods inherited from class ortus.boxlang.runtime.events.BaseInterceptor
configure, configure, getLogger, getProperties, getProperty, getProperty, getRuntime, hasProperty, setProperty, unregister
-
Constructor Details
-
LicenseInterceptor
public LicenseInterceptor()
-
-
Method Details
-
onRuntimeStart
@InterceptionPoint public void onRuntimeStart(ortus.boxlang.runtime.types.IStruct data) Interceptor to check for Boxlang+ (bx-plus) license on runtime start. Note: This interception will not fire during unit tests due to the module registration occurring after runtime start.
-