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.
CrackAgent::CrackAgent | ( | ) |
Default constructor.
Constructor
CrackAgent::~CrackAgent | ( | ) | [virtual] |
Destructor.
Destructor
YCPValue CrackAgent::Execute | ( | const YCPPath & | path, | |
const YCPValue & | value = YCPNull() , |
|||
const YCPValue & | arg = YCPNull() | |||
) | [virtual] |
Provides SCR Execute ().
Execute
Reimplemented from SCRAgent.
References dictpath, and YCPElement::isNull().
YCPBoolean CrackAgent::Write | ( | const YCPPath & | path, | |
const YCPValue & | value, | |||
const YCPValue & | arg = YCPNull() | |||
) | [virtual] |
string CrackAgent::dictpath [private] |
Agent private variables
Referenced by Execute().