#include <LiloAgent.h>
Inheritance diagram for LiloAgent:
Public Member Functions | |
LiloAgent () | |
virtual | ~LiloAgent () |
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 YCPList | Dir (const YCPPath &path) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
Private Attributes | |
liloFile * | lilo |
string | type |
|
File: LiloAgent.cc Module: lilo.conf agent Summary: agent/ycp interface Authors: dan.meszaros <dmeszar@suse.cz>
interface for acces to lilo file representation from ycp script |
|
|
|
returns list of items in given path (see lilo agent docs) Implements SCRAgent. |
|
Reimplemented from SCRAgent. |
|
other (unknown) operation on lilo file Reimplemented from SCRAgent. |
|
method for reading from lilo memory representation Implements SCRAgent. |
|
method for writing to lilo memory representation Implements SCRAgent. |
|
|
|
|