Elements 6.1.2
A C++ base framework for the Euclid Software.
|
#include <string>
#include "ElementsKernel/Export.h"
#include "ElementsServices/DataSync/DataSyncUtils.h"
Go to the source code of this file.
Classes | |
class | Elements::Services::DataSync::UnknownHost |
Exception raised when a hosting solution is not supported by the tool. More... | |
class | Elements::Services::DataSync::ConnectionConfiguration |
The connection configuration mainly holds: More... | |
Namespaces | |
namespace | Elements |
namespace | Elements::Services |
namespace | Elements::Services::DataSync |
Enumerations | |
enum | Elements::Services::DataSync::DataHost { Elements::Services::DataSync::IRODS , Elements::Services::DataSync::WEBDAV } |
The test data hosting solution. More... | |
enum | Elements::Services::DataSync::OverwritingPolicy { Elements::Services::DataSync::ABORT , Elements::Services::DataSync::OVERWRITE } |
The overwriting policy if the local file already exists. More... | |