Uses of Class
org.rapidcontext.core.proc.Library
Packages that use Library
Package
Description
Provides the server applications and launchers.
Provides the procedure and interceptor API:s.
-
Uses of Library in org.rapidcontext.app
Methods in org.rapidcontext.app that return LibraryModifier and TypeMethodDescriptionApplicationContext.getLibrary()
Returns the procedure library used. -
Uses of Library in org.rapidcontext.core.proc
Methods in org.rapidcontext.core.proc that return LibraryModifier and TypeMethodDescriptionCallContext.getLibrary()
Returns the procedure library used by this context.Constructors in org.rapidcontext.core.proc with parameters of type LibraryModifierConstructorDescriptionCallContext
(Storage storage, Environment env, Library library) Creates a new procedure call context.