yast2-core
|
#include "Y2ComponentBroker.h"
Go to the source code of this file.
Classes | |
class | Y2ComponentCreator |
Can create certain YaST2 components As documented in Y2Component, there are many ways how to realize a component. A Y2ComponentCreator is and object, that creates a component or at least creates a communication handle to an existing component. The Y2ComponentBroker keeps a list of all known Y2ComponentCreators. If it is asked to create or find a certain component, it scans this list and looks for a matching creator. More... | |