fw4spl
|
Stops a given bundle. More...
#include <Stopper.hpp>
Public Member Functions | |
FWRUNTIME_API | Stopper (const std::string &_identifier, const Version &version=Version()) |
Constructor. More... | |
void | apply () |
Applies the Stopper on the system. More... | |
Stops a given bundle.
Definition at line 26 of file Stopper.hpp.
fwRuntime::profile::Stopper::Stopper | ( | const std::string & | _identifier, |
const Version & | version = Version() |
||
) |
Constructor.
[in] | _identifier | a string containing a bundle identifier |
Definition at line 25 of file Stopper.cpp.
void fwRuntime::profile::Stopper::apply | ( | ) |
Applies the Stopper on the system.
Definition at line 33 of file Stopper.cpp.
References fwRuntime::Runtime::findEnabledBundle(), fwRuntime::Runtime::getDefault(), SLM_ERROR, SLM_FATAL_IF, and SLM_INFO.