|
fw4spl
|
Stops a given bundle. More...
#include <Stopper.hpp>
Inheritance diagram for fwRuntime::profile::Stopper:
Collaboration diagram for fwRuntime::profile::Stopper: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.
Here is the call graph for this function: