Package org.rapidcontext.core.proc
Class Library
java.lang.Object
org.rapidcontext.core.proc.Library
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
ConstructorsConstructorDescriptionLibrary()Deprecated, for removal: This API element is subject to removal in a future version.Creates a new procedure library. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Handled by CallInterceptor or ReserveInterceptor instead.voidDeprecated, for removal: This API element is subject to removal in a future version.Create a CallInterceptor or ReserveInterceptor instead.
-
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, 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, 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:
-