|
yast2-users
|
An interface class between YaST2 and Crack Agent. More...
#include <CrackAgent.h>
Public Member Functions | |
| CrackAgent () | |
| virtual | ~CrackAgent () |
| virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
| virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
| virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
| virtual YCPList | Dir (const YCPPath &path) |
| virtual YCPValue | otherCommand (const YCPTerm &term) |
Private Attributes | |
| string | dictpath |
An interface class between YaST2 and Crack Agent.
Default constructor.
Constructor
| CrackAgent::~CrackAgent | ( | ) | [virtual] |
Destructor.
Destructor
| YCPList CrackAgent::Dir | ( | const YCPPath & | path | ) | [virtual] |
Provides SCR Dir ().
Dir
| YCPValue CrackAgent::Execute | ( | const YCPPath & | path, |
| const YCPValue & | value = YCPNull(), |
||
| const YCPValue & | arg = YCPNull() |
||
| ) | [virtual] |
| YCPValue CrackAgent::otherCommand | ( | const YCPTerm & | term | ) | [virtual] |
Used for mounting the agent.
otherCommand
| YCPValue CrackAgent::Read | ( | const YCPPath & | path, |
| const YCPValue & | arg = YCPNull(), |
||
| const YCPValue & | opt = YCPNull() |
||
| ) | [virtual] |
Provides SCR Read ().
| path | Path that should be read. |
| arg | Additional parameter. |
Read
| YCPBoolean CrackAgent::Write | ( | const YCPPath & | path, |
| const YCPValue & | value, | ||
| const YCPValue & | arg = YCPNull() |
||
| ) | [virtual] |
Provides SCR Write ().
Write
string CrackAgent::dictpath [private] |
Agent private variables
Referenced by Execute().
1.7.6.1