Class Library

java.lang.Object
org.rapidcontext.core.proc.Library

@Deprecated(forRemoval=true) public class Library extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Procedures and interceptors are now initialized as normal storage objects instead. The Library API will be removed.
A procedure library. The library handles procedure aliases, call interceptors and other functions for all procedures.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a new procedure library.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Handled by CallInterceptor or ReserveInterceptor instead.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a CallInterceptor or ReserveInterceptor instead.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Library

      public Library()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new procedure library.
  • Method Details

    • getInterceptor

      @Deprecated(forRemoval=true) public Interceptor getInterceptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Handled by CallInterceptor or ReserveInterceptor instead.
      Returns the procedure call interceptor.
      Returns:
      the procedure call interceptor
      See Also:
    • setInterceptor

      @Deprecated(forRemoval=true) public void setInterceptor(Interceptor i)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a CallInterceptor or ReserveInterceptor instead.
      Sets the procedure call interceptor, overriding the default.
      Parameters:
      i - the procedure call interceptor to use
      See Also: