apm_tar_cmd (public)

 apm_tar_cmd

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

Returns:
A valid command name for tar.

Partial Call Graph (max 5 caller/called nodes):
%3 test_acs_tcl_exec_optional_dependencies acs_tcl_exec_optional_dependencies (test acs-tcl) apm_tar_cmd apm_tar_cmd test_acs_tcl_exec_optional_dependencies->apm_tar_cmd test_acs_tcl_exec_required_dependencies acs_tcl_exec_required_dependencies (test acs-tcl) test_acs_tcl_exec_required_dependencies->apm_tar_cmd util::which util::which (public) apm_tar_cmd->util::which _acs_tcl__acs_tcl_external_dependencies_helper _acs_tcl__acs_tcl_external_dependencies_helper (private) _acs_tcl__acs_tcl_external_dependencies_helper->apm_tar_cmd apm_build_repository apm_build_repository (private) apm_build_repository->apm_tar_cmd apm_extract_tarball apm_extract_tarball (public) apm_extract_tarball->apm_tar_cmd apm_generate_tarball apm_generate_tarball (public) apm_generate_tarball->apm_tar_cmd apm_load_apm_file apm_load_apm_file (public) apm_load_apm_file->apm_tar_cmd

Testcases:
acs_tcl_exec_required_dependencies, acs_tcl_exec_optional_dependencies
Source code:
    return [::util::which tar]
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 ]
Show another procedure: