apm_pretty_name_for_file_type (public)

 apm_pretty_name_for_file_type type

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

Returns the pretty name corresponding to a particular file type key

Parameters:
type
Author:
Peter Marklund
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-admin/www/apm/packages-install-3.tcl packages/acs-admin/ www/apm/packages-install-3.tcl apm_pretty_name_for_file_type apm_pretty_name_for_file_type packages/acs-admin/www/apm/packages-install-3.tcl->apm_pretty_name_for_file_type apm_file_type_names apm_file_type_names (public) apm_pretty_name_for_file_type->apm_file_type_names

Testcases:
No testcase defined.
Source code:
    array set file_type_names [apm_file_type_names]

    return $file_type_names($type)
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

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

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

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