$darkmode
Elektra 0.11.0
|
High-level functionality to build a mountpoint. More...
#include <backendbuilder.hpp>
Public Member Functions | |
void | addPlugin (PluginSpec const &spec) |
Add a plugin. More... | |
Public Member Functions inherited from kdb::tools::BackendBuilder | |
std::vector< std::string > | resolveNeeds (bool addRecommends=true) |
resolve all needs that were not resolved by adding plugins. More... | |
High-level functionality to build a mountpoint.
will enforce resolver and storage to be present
|
inlinevirtual |
Add a plugin.
Will automatically resolve virtual plugins to actual plugins.
Also calls the checkconf function if provided by the plugin. The checkconf function has the following signature: int checkconf (Key * errorKey, KeySet * config) and allows a plugin to verify its configuration at mount time.
plugin |
Reimplemented from kdb::tools::BackendBuilder.