29 #ifndef __PLUGINS_NETWORK_INTERFACE_INTERFACE_H__ 30 #define __PLUGINS_NETWORK_INTERFACE_INTERFACE_H__ Helper class to handle "interface commands".
Definition: Interface.h:54
void applyCommand(const std::string &command) const
A helper class to execute shell commands securely. This class is a high level interface added to ease...
Definition: IExecutor.h:51
Interface(const utils::command::IExecutor &executor)
std::unique_ptr< Internal > m_internal
Definition: Interface.h:83
Definition: Interface.h:37
Interface & operator=(const Interface &)=delete