20 #include "overlaysynccleanuphandler.h" 22 #include "recursivecopy.h" OverlaySyncCleanupHandler(std::string src, std::string dst)
OverlaySyncCleanupHandler Constructor of the class.
static RecursiveCopy & getInstance()
getInstance Gets the RecursiveCopy instance.
bool copy(std::string src, std::string dst)
copy Copy files from src to dst
const std::string queryName() override
queryName is needed to query member name yet its full functionality is not needed for this class...
bool clean() override
clean Performs the cleanup handling.
Developers guide to adding a config item: