21 #include "softwarecontainer-common.h" 30 LOG_DECLARE_CLASS_CONTEXT(
"RECO",
"Recursive Copy");
54 bool copy(std::string src, std::string dst);
63 std::mutex m_copyLock;
The RecursiveCopy class is a singleton class used to copy files recursively from a source to a destin...
static RecursiveCopy & getInstance()
getInstance Gets the RecursiveCopy instance.
bool copy(std::string src, std::string dst)
copy Copy files from src to dst
Developers guide to adding a config item: