yast2-core
|
Functions | |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each *scr file found in scrconf The second argument is the scr file Returns true * | UnregisterAgent (path) The agent is unmounted and unregistered.Returns false if path not found |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each *scr file found in scrconf The second argument is the scr file Returns true otherwise true * | UnregisterAllAgents () All agents are unmounted and unregistered.Useful for agent test suites.Returns true.*MountAgent(path) Mounting an agent means reading its configuration term |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each *scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted it is unmounted first Returns true on success * | MountAllAgents () Mounts all registered agents.Returns true.*UnmountAgent(path) Sends the agent a"result"command and removes the component form memory.Returns false if path not found |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each *scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted it is unmounted first Returns true on success otherwise true * | UnmountAllAgents () Unmounts all mounted agents.Returns true.--Martin Vidner< mvidner @suse.cz > |
Variables | |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these | commands |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each *scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted | already |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each* scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted it is unmounted first Returns true on success* MountAllAgents | ( | ) |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each* scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted it is unmounted first Returns true on success otherwise true* UnmountAllAgents | ( | ) |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each* scr file found in scrconf The second argument is the scr file Returns true* UnregisterAgent | ( | path | ) |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each* scr file found in scrconf The second argument is the scr file Returns true otherwise true* UnregisterAllAgents | ( | ) |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these string term Normally RegisterAgent is called for each* scr file found in scrconf The second argument is the scr file Returns true otherwise true loading the component and passing it the term arguments as commands If the agent is mounted already |
ScriptingAgent takes care of the mapping of paths to their respective agents It provides these commands |
Referenced by YMLDocumentParser().