|
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) |
Public Member Functions inherited from SCRAgent | |
| SCRAgent () | |
| virtual | ~SCRAgent () |
| virtual YCPMap | Error (const YCPPath &) |
| virtual YCPBoolean | RegisterAgent (const YCPPath &path, const YCPValue &) |
| virtual YCPBoolean | UnregisterAgent (const YCPPath &path) |
| virtual YCPBoolean | UnregisterAllAgents () |
| virtual YCPBoolean | UnmountAgent (const YCPPath &) |
| virtual YCPBoolean | RegisterNewAgents () |
| void | setAsCurrentSCR () |
Private Attributes | |
| string | dictpath |
Additional Inherited Members | |
Static Public Member Functions inherited from SCRAgent | |
| static YCPValue | readconf (const char *filename) |
| static SCRAgent * | instance () |
Public Attributes inherited from SCRAgent | |
| SCRAgent * | mainscragent |
An interface class between YaST2 and Crack Agent.
| CrackAgent::CrackAgent | ( | ) |
Default constructor.
Constructor
|
virtual |
Destructor.
Destructor
|
virtual |
Provides SCR Execute ().
Execute
Reimplemented from SCRAgent.
References dictpath, and YCPValue::isNull().
|
virtual |
|
private |
Agent private variables
Referenced by Execute().
1.8.2