apm_bootstrap_load_file (private)

 apm_bootstrap_load_file root_directory file [ errorVarName ]

Defined in packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl

Source a single file during initial bootstrapping and set APM data.

Parameters:
root_directory
file
errorVarName (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 apm_bootstrap_load_libraries apm_bootstrap_load_libraries (private) apm_bootstrap_load_file apm_bootstrap_load_file apm_bootstrap_load_libraries->apm_bootstrap_load_file ad_file ad_file (public) apm_bootstrap_load_file->ad_file apm_source apm_source (public) apm_bootstrap_load_file->apm_source

Testcases:
No testcase defined.
Source code:
    ns_log "Notice" "Loading [ad_file tail $root_directory]/$file"
    if {$errorVarName ne ""} {upvar $errorVarName errors}
    apm_source ${root_directory}/${file} errors
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: