Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Static Public Member Functions | Properties | Private Attributes
Confdump::System::Linux::RcdScript Class Reference

A script in /etc/rc?.d for daemon control at system boot/shutdown. More...

#include <RcdScript.hpp>

Inheritance diagram for Confdump::System::Linux::RcdScript:
Confdump::System::ManagedElement

List of all members.

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_

Detailed Description

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.


Constructor & Destructor Documentation

Referenced by allRcdScripts().

Definition at line 48 of file RcdScript.cpp.

References fullPath_, linksTo_, name_, priority_, runLevel_, and startStop_.

Definition at line 74 of file RcdScript.cpp.


Member Function Documentation

Result Confdump::System::Linux::RcdScript::allRcdScripts ( boost::shared_ptr< LinuxDumper driver) [static]

Referenced by allRcdScripts().

Definition at line 68 of file RcdScript.hpp.

References priority_.

Definition at line 64 of file RcdScript.hpp.

References runLevel_.

Definition at line 67 of file RcdScript.hpp.

References startStop_.


Member Data Documentation

Definition at line 71 of file RcdScript.hpp.

Referenced by RcdScript().

Definition at line 74 of file RcdScript.hpp.

Referenced by RcdScript().

Definition at line 73 of file RcdScript.hpp.

Referenced by RcdScript().

Definition at line 76 of file RcdScript.hpp.

Referenced by priority(), and RcdScript().

Definition at line 72 of file RcdScript.hpp.

Referenced by RcdScript(), and runLevel().

Definition at line 75 of file RcdScript.hpp.

Referenced by RcdScript(), and startStop().


Property Documentation

Definition at line 49 of file RcdScript.hpp.

Definition at line 54 of file RcdScript.hpp.

Definition at line 53 of file RcdScript.hpp.

Definition at line 52 of file RcdScript.hpp.

Definition at line 50 of file RcdScript.hpp.

Definition at line 51 of file RcdScript.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends