Elektra  0.8.8
Public Member Functions
kdb::tools::Backend Class Reference

A representation of the backend (= set of plugins) that can be mounted. More...

#include <backend.hpp>

Public Member Functions

 Backend (std::string name="", std::string mountpoint="")
void addPlugin (std::string name)
void checkFile (std::string file) const
bool validated () const
void serialise (kdb::Key &rootKey, kdb::KeySet &ret)

Detailed Description

A representation of the backend (= set of plugins) that can be mounted.

Constructor & Destructor Documentation

kdb::tools::Backend::Backend ( std::string  name = "",
std::string  mountpoint = "" 
)

Creates a new backend with a given name and mountpoint. Parameters are needed for serialisation only, so you can keep them empty if you do not want to serialise.

Member Function Documentation

void kdb::tools::Backend::addPlugin ( std::string  pluginName)

Add a plugin that can be loaded, meets all constraints.

Note
that this does not mean that the backend validates after it is added. It only means that the situation is not getting worse.
Exceptions
PluginCheckExceptionor its subclasses if it was not possible to load the plugin

For validation

See Also
validated().
void kdb::tools::Backend::checkFile ( std::string  file) const
Precondition
: resolver needs to be loaded first Will check the filename.
Exceptions
FileNotValidExceptionif filename is not valid
void kdb::tools::Backend::serialise ( kdb::Key rootKey,
kdb::KeySet ret 
)
Precondition
name and mountpoint set Write plugin into keyset ret below rootKey.
bool kdb::tools::Backend::validated ( ) const
Returns
true if backend is validated
false if more plugins are needed to be valided

The documentation for this class was generated from the following files: