YASTHOME/clients/.ycp
. If it doesn't find one here, it considers the name to be a filename and examines that file. If it: .ycp
#!/bin/y2gf
#include <Y2CCScript.h>
Inheritance diagram for Y2CCScript:
Public Member Functions | |
Y2CCScript () | |
virtual Y2Component * | createInLevel (const char *name, int level, int current_level) const |
virtual bool | isServerCreator () const |
virtual Y2Component * | provideNamespace (const char *name) |
Private Attributes | |
regex_t | rx1 |
YASTHOME/clients/.ycp
. If it doesn't find one here, it considers the name to be a filename and examines that file. If it: .ycp
#!/bin/y2gf
|
Creates a script component creator. |
|
Tries to create a script module from the given name. See the class description for details. Reimplemented from Y2ComponentCreator. |
|
Returns always true, since currently only client components can be realized by a YCP script. Implements Y2ComponentCreator. |
|
We do provide namespaces from YCP Reimplemented from Y2ComponentCreator. |
|
regular expression |