apm_bootstrap_load_libraries (private)

 apm_bootstrap_load_libraries [ -load_tests ] [ -init ] [ -procs ] \
    package_key [ errorVarName ]

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

Scan all the files in the "tcl" dir of the package and load those asked for by the init and procs flags. This proc is an analog of apm_load_libraries. In addition though this proc sets apm_first_time_loading_p variable.

Switches:
-load_tests (optional, boolean, defaults to "0")
-init (optional, boolean)
Load initialization files
-procs (optional, boolean)
Load the proc library files
Parameters:
package_key (required)
The package to load (normally acs-tcl)
errorVarName (optional)
Authors:
Don Baccus <dhogaza@pacifier.com>
Peter Marklund

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