Elements  6.2
A C++ base framework for the Euclid Software.
Public Member Functions | List of all members
Elements::Services::DataSync::WebdavSynchronizer Class Reference

A data synchronizer for WebDAV hosts. More...

#include <WebdavSynchronizer.h>

Inheritance diagram for Elements::Services::DataSync::WebdavSynchronizer:
Inheritance graph
[legend]
Collaboration diagram for Elements::Services::DataSync::WebdavSynchronizer:
Collaboration graph
[legend]

Public Member Functions

virtual ~WebdavSynchronizer ()=default
 
 WebdavSynchronizer (const ConnectionConfiguration &connection, const DependencyConfiguration &dependency)
 
std::string createDownloadCommand (path distantFile, path localFile) const override
 
- Public Member Functions inherited from Elements::Services::DataSync::DataSynchronizer
virtual ~DataSynchronizer ()=default
 
 DataSynchronizer (const ConnectionConfiguration &connection, const DependencyConfiguration &dependency)
 
void downloadAllFiles () const
 

Additional Inherited Members

- Protected Member Functions inherited from Elements::Services::DataSync::DataSynchronizer
bool fileShouldBeWritten (path localFile) const
 
bool fileAlreadyExists (path localFile) const
 
void downloadOneFile (path distantFile, path localFile) const
 
bool hasBeenDownloaded (path distantFile, path localFile) const
 
- Protected Attributes inherited from Elements::Services::DataSync::DataSynchronizer
ConnectionConfiguration m_connection
 
std::map< path, pathm_fileMap
 

Detailed Description

A data synchronizer for WebDAV hosts.

Definition at line 49 of file WebdavSynchronizer.h.

Constructor & Destructor Documentation

◆ ~WebdavSynchronizer()

virtual Elements::Services::DataSync::WebdavSynchronizer::~WebdavSynchronizer ( )
virtualdefault

◆ WebdavSynchronizer()

Elements::Services::DataSync::WebdavSynchronizer::WebdavSynchronizer ( const ConnectionConfiguration connection,
const DependencyConfiguration dependency 
)

Definition at line 31 of file WebdavSynchronizer.cpp.

References Elements::Services::DataSync::webdavIsInstalled().

Here is the call graph for this function:

Member Function Documentation

◆ createDownloadCommand()

std::string Elements::Services::DataSync::WebdavSynchronizer::createDownloadCommand ( path  distantFile,
path  localFile 
) const
overridevirtual

The documentation for this class was generated from the following files: