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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRuntimeStart(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.