apm_load_packages (public)
apm_load_packages [ -force_reload ] \ [ -load_libraries_p load_libraries_p ] \ [ -load_queries_p load_queries_p ] [ -packages packages ]
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Load Tcl libraries and queries for the packages with given keys into the current interpreter. Will load Tcl tests when the acs-automated-testing package is enabled.
- Switches:
- -force_reload (optional, boolean, defaults to
"0"
)- Reload Tcl libraries even if they are already loaded.
- -load_libraries_p (optional, defaults to
"1"
)- Switch to indicate if Tcl libraries in (-procs.tcl and -init.tcl) files should be loaded. Defaults to true.
- -load_queries_p (optional, defaults to
"1"
)- Switch to indicate if xql query files should be loaded. Default true.
- -packages (optional)
- A list of package_keys for packages to be loaded. Defaults to all enabled packages. These packages, along with the packages they depend on, will be loaded in dependency-order using the information provided via the "provides" and "requires" definitions.
- Author:
- Peter Marklund
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.