apm_mark_files_for_reload (public)
apm_mark_files_for_reload [ -force_reload ] file_list
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Mark the given list of Tcl and query files for reload in all interpreters. Only marks files for reload if they haven't been loaded before or they have changed since last reload.
- Switches:
- -force_reload (optional, boolean)
- Mark the files for reload even if their modification time in the nsv cache doesn't differ from the one in the filesystem.
- Parameters:
- file_list (required)
- A list of paths relative to $::acs::rootdir
- Returns:
- The list of files marked for reload.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_sc_impl_new_from_spec