yast2-core
ModulesAgent.h
Go to the documentation of this file.
1 /* ModulesAgent.h -*- c++ -*-
2  *
3  * An agent for reading the modules.conf configuration file.
4  *
5  * Author: Michal Svec <msvec@suse.cz>
6  * Daniel Vesely <dan@suse.cz>
7  *
8  * $Id$
9  *
10  */
11 
12 #ifndef ModulesAgent_h
13 #define ModulesAgent_h
14 
15 #include <Y2.h>
16 #include <scr/SCRAgent.h>
17 
18 class ModulesConf;
19 
23 class ModulesAgent : public SCRAgent {
24 
25 private:
27 
28 public:
32  ModulesAgent();
36  virtual ~ModulesAgent();
37 
43  virtual YCPValue Read(const YCPPath &path, const YCPValue& arg = YCPNull(), const YCPValue& optarg = YCPNull());
44 
48  virtual YCPBoolean Write(const YCPPath &path, const YCPValue& value, const YCPValue& arg = YCPNull());
49 
53  virtual YCPList Dir(const YCPPath& path);
54 
58  virtual YCPValue otherCommand(const YCPTerm& term);
59 };
60 
61 #endif /* ModulesAgent_h */

Generated on a sunny day for yast2-core by doxygen 1.8.2