apm_files_load (private)

 apm_files_load [ -force_reload ] [ -callback callback ] files

Defined in packages/acs-tcl/tcl/apm-file-procs.tcl

Load the set of files into the currently running Tcl interpreter.

Switches:
-force_reload (optional, boolean, defaults to "0")
Indicates if the file should be loaded even if it is already loaded in the interpreter.
-callback (optional, defaults to "apm_dummy_callback")
Parameters:
files (required)

Partial Call Graph (max 5 caller/called nodes):
%3 apm_load_libraries apm_load_libraries (private) apm_files_load apm_files_load apm_load_libraries->apm_files_load apm_callback_and_log apm_callback_and_log (public) apm_files_load->apm_callback_and_log apm_source apm_source (public) apm_files_load->apm_source db_release_unused_handles db_release_unused_handles (public) apm_files_load->db_release_unused_handles

Testcases:
No testcase defined.
[ show source ]
Show another procedure: