apm_watch_all_files (public)

 apm_watch_all_files package_key

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

Watch all Tcl procs and xql query files in the given package

Parameters:
package_key (required)
Author:
Peter Marklund
See Also:

Testcases:
No testcase defined.
Source code:
    foreach rel_path [apm_get_watchable_files $package_key] {
        apm_file_watch $rel_path
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-file-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-file-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: