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 SummaryFields inherited from class ortus.boxlang.runtime.events.BaseInterceptorlogger, properties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BaseInterceptorconfigure, configure, getLogger, getProperties, getProperty, getProperty, getRuntime, hasProperty, setProperty, unregister
- 
Constructor Details- 
LicenseInterceptorpublic 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.
 
-