avid.common.AVIDUrlLocater
Locate AVID configuration, workflow, and tool paths.
used to identify the location of a action specific tool.
every action has to use this action tool location routines!
Functions
|
|
identifies the root dir of the AVID package |
|
|
Helper functions that gets the path to the config dir for the passed tool_id If workflowRootPath is set it will be also checked :param tool_id: tool_id of the action that requests the URL :param workflow_root_path: Path of the workflow. |
|
Helper function that gets the path to the config file for the passed tool_id If workflow_root_path is set it will be also checked :param tool_id: tool_id of the action that requests the URL :param workflow_root_path: Path of the workflow. |
|
returns url+executable for a tool id request @param tool_id of the action/tool for which the URL is requested @param action_config specifies if a certain configuration of an action should be used. |
|
|
|
|
|