Confdump Agent
1.4.0
|
A script in /etc/rc?.d for daemon control at system boot/shutdown. More...
#include <RcdScript.hpp>
Public Member Functions | |
RcdScript () | |
RcdScript (QString fullPath) | |
virtual | ~RcdScript () |
QString | fullPath () const |
QChar | runLevel () const |
QString | name () const |
QString | linksTo () const |
QChar | startStop () |
uint | priority () |
Static Public Member Functions | |
static Result | allRcdScripts (boost::shared_ptr< LinuxDumper > driver) |
Properties | |
QString | fullPath |
QChar | runLevel |
QChar | startStop |
uint | priority |
QString | name |
QString | linksTo |
Private Attributes | |
QString | fullPath_ |
QChar | runLevel_ |
QString | name_ |
QString | linksTo_ |
QChar | startStop_ |
uint | priority_ |
A script in /etc/rc?.d for daemon control at system boot/shutdown.
These scripts usually link to /etc/init.d scripts (see InitScript).
Definition at line 46 of file RcdScript.hpp.
Referenced by allRcdScripts().
Confdump::System::Linux::RcdScript::RcdScript | ( | QString | fullPath | ) |
Definition at line 48 of file RcdScript.cpp.
References fullPath_, linksTo_, name_, priority_, runLevel_, and startStop_.
Confdump::System::Linux::RcdScript::~RcdScript | ( | ) | [virtual] |
Definition at line 74 of file RcdScript.cpp.
Result Confdump::System::Linux::RcdScript::allRcdScripts | ( | boost::shared_ptr< LinuxDumper > | driver | ) | [static] |
Definition at line 93 of file RcdScript.cpp.
References name(), Confdump::Result::push_back(), and RcdScript().
Referenced by Confdump::System::LinuxDumper::LinuxDumper().
QString Confdump::System::Linux::RcdScript::fullPath | ( | ) | const |
QString Confdump::System::Linux::RcdScript::linksTo | ( | ) | const |
QString Confdump::System::Linux::RcdScript::name | ( | ) | const |
Referenced by allRcdScripts().
uint Confdump::System::Linux::RcdScript::priority | ( | ) | [inline] |
Definition at line 68 of file RcdScript.hpp.
References priority_.
QChar Confdump::System::Linux::RcdScript::runLevel | ( | ) | const [inline] |
Definition at line 64 of file RcdScript.hpp.
References runLevel_.
QChar Confdump::System::Linux::RcdScript::startStop | ( | ) | [inline] |
Definition at line 67 of file RcdScript.hpp.
References startStop_.
QString Confdump::System::Linux::RcdScript::fullPath_ [private] |
Definition at line 71 of file RcdScript.hpp.
Referenced by RcdScript().
QString Confdump::System::Linux::RcdScript::linksTo_ [private] |
Definition at line 74 of file RcdScript.hpp.
Referenced by RcdScript().
QString Confdump::System::Linux::RcdScript::name_ [private] |
Definition at line 73 of file RcdScript.hpp.
Referenced by RcdScript().
uint Confdump::System::Linux::RcdScript::priority_ [private] |
Definition at line 76 of file RcdScript.hpp.
Referenced by priority(), and RcdScript().
QChar Confdump::System::Linux::RcdScript::runLevel_ [private] |
Definition at line 72 of file RcdScript.hpp.
Referenced by RcdScript(), and runLevel().
QChar Confdump::System::Linux::RcdScript::startStop_ [private] |
Definition at line 75 of file RcdScript.hpp.
Referenced by RcdScript(), and startStop().
QString Confdump::System::Linux::RcdScript::fullPath [read] |
Definition at line 49 of file RcdScript.hpp.
QString Confdump::System::Linux::RcdScript::linksTo [read] |
Definition at line 54 of file RcdScript.hpp.
QString Confdump::System::Linux::RcdScript::name [read] |
Definition at line 53 of file RcdScript.hpp.
uint Confdump::System::Linux::RcdScript::priority [read] |
Definition at line 52 of file RcdScript.hpp.
QChar Confdump::System::Linux::RcdScript::runLevel [read] |
Definition at line 50 of file RcdScript.hpp.
QChar Confdump::System::Linux::RcdScript::startStop [read] |
Definition at line 51 of file RcdScript.hpp.