24#include <boost/filesystem/path.hpp>
41 synchronizer->downloadAllFiles();
The connection configuration mainly holds:
void download()
Download the test data.
path absolutePath(path relativePath)
Get the absolute path to a local test file which has been downloaded.
DataSync(path connectionFile, path dependencyFile)
Initialize the synchronizer with configuration files.
ConnectionConfiguration m_connectionConfig
DependencyConfiguration m_dependencyConfig
void downloadWithFallback(path connectionFile)
Download the test data and provide a fallback host in case the primary host fails.
ELEMENTS_API std::shared_ptr< DataSynchronizer > createSynchronizer(ConnectionConfiguration connection, DependencyConfiguration dependency)
Path::Item path
importing the path item from ElementsKernel