#include <Y2CCPlugin.h>
Inheritance diagram for Y2CCPlugin:

Public Member Functions | |
| Y2CCPlugin (bool server) | |
| bool | isServerCreator () const |
| Y2Component * | createInLevel (const char *name, int level, int current_level) const |
| Y2Component * | provideNamespace (const char *name_space) |
Private Member Functions | |
| void | make_rxs () const |
| void | free_rxs () const |
Private Attributes | |
| bool | creates_servers |
| regex_t | rxs1 |
| regex_t | rxr1 |
| regex_t | rxr2 |
| regex_t | rxr3 |
| int | my_nl_msg_cat_cntr |
|
|
Creates a YaST2 Component Creator that can create plugin components. A plugin component is a component that is realized by an dynamic loadable library. |
|
||||||||||||||||
|
Creates a component. It is searched in the in YASTHOME/plugin. The name must not contain any slash. Reimplemented from Y2ComponentCreator. |
|
|
|
|
|
Return true, if this creator creates server components. Implements Y2ComponentCreator. |
|
|
|
|
|
Importing a namespace from a plugin subcomponent is not possible. Reimplemented from Y2ComponentCreator. |
|
|
Is true, if this creator should create servers. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
regular expression |
1.4.4