apm_load_libraries (private)
apm_load_libraries [ -force_reload ] [ -packages packages ] \ [ -callback callback ] [ -procs ] [ -init ] [ -test_procs ] \ [ -test_init ]
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Loads all -procs.tcl (if $procs_or_init is "procs") or -init.tcl files into the current interpreter for installed, enabled packages. Only loads files which have not yet been loaded. This is intended to be called only during server initialization, since it loads libraries only into the running interpreter, as opposed to in *all* active interpreters.
- Switches:
- -force_reload (optional, boolean, defaults to
"0"
)- -packages (optional)
- -callback (optional, defaults to
"apm_dummy_callback"
)- -procs (optional, boolean)
- -init (optional, boolean)
- -test_procs (optional, boolean)
- -test_init (optional, boolean)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.