fw4spl
|
Starts a given bundle. More...
#include <Initializer.hpp>
Public Member Functions | |
FWRUNTIME_API | Initializer (const std::string &identifier, const Version &version=Version()) |
Constructor. More... | |
void | apply () |
Applies the initializer on the bundle. More... | |
Protected Attributes | |
const std::string | m_identifier |
the bundle identifier | |
const Version | m_version |
the bundle version | |
Starts a given bundle.
Definition at line 26 of file Initializer.hpp.
fwRuntime::profile::Initializer::Initializer | ( | const std::string & | identifier, |
const Version & | version = Version() |
||
) |
Constructor.
[in] | identifier | a string containing a bundle identifier |
Definition at line 24 of file Initializer.cpp.
void fwRuntime::profile::Initializer::apply | ( | ) |
Applies the initializer on the bundle.
Definition at line 32 of file Initializer.cpp.
References fwRuntime::Runtime::findEnabledBundle(), fwRuntime::Runtime::getDefault(), m_identifier, m_version, SLM_FATAL, SLM_FATAL_IF, and SPTR.