An interface class between YaST2 and Crack Agent.
More...
#include <CrackAgent.h>
List of all members.
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) |
Detailed Description
An interface class between YaST2 and Crack Agent.
Constructor & Destructor Documentation
| CrackAgent::CrackAgent |
( |
| ) |
|
Default constructor.
Constructor
| CrackAgent::~CrackAgent |
( |
| ) |
|
|
virtual |
Member Function Documentation
| YCPList CrackAgent::Dir |
( |
const YCPPath & |
path | ) |
|
|
virtual |
| YCPValue CrackAgent::Execute |
( |
const YCPPath & |
path, |
|
|
const YCPValue & |
value = YCPNull(), |
|
|
const YCPValue & |
arg = YCPNull() |
|
) |
| |
|
virtual |
Provides SCR Execute ().
Execute
References dictpath.
| 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 ().
- Parameters:
-
| 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
Member Data Documentation
| string CrackAgent::dictpath |
|
private |
Agent private variables
Referenced by Execute().
The documentation for this class was generated from the following files: