util::resources::version_segment (public)

 util::resources::version_segment -resource_info resource_info

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

Return the partial directory, where a certain version is/will be installed.

Switches:
-resource_info
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 highcharts::download highcharts::download (private) util::resources::version_segment util::resources::version_segment highcharts::download->util::resources::version_segment packages/acs-tcl/lib/check-installed.tcl packages/acs-tcl/ lib/check-installed.tcl packages/acs-tcl/lib/check-installed.tcl->util::resources::version_segment util::resources::is_installed_locally util::resources::is_installed_locally (public) util::resources::is_installed_locally->util::resources::version_segment

Testcases:
No testcase defined.
Source code:
        return [expr {
                      [dict exists $resource_info versionSegment]
                      ? [dict get $resource_info versionSegment]
                      : [dict get $resource_info configuredVersion]
                  }]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ]
Show another procedure: