Interface for executing system commands and reading files.
More...
#include <ISystemCommandExecutor.hpp>
Interface for executing system commands and reading files.
Definition at line 25 of file ISystemCommandExecutor.hpp.
◆ ~ISystemCommandExecutor()
virtual ISystemCommandExecutor::~ISystemCommandExecutor |
( |
| ) |
|
|
virtualdefault |
◆ executeCommand()
virtual QString ISystemCommandExecutor::executeCommand |
( |
const QString & | command | ) |
const |
|
pure virtual |
◆ readFile()
virtual QString ISystemCommandExecutor::readFile |
( |
const QString & | filePath | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: