WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "file is already being copied" failure cause. More...
#include <FileAlreadyBeingCopied.h>
Public Member Functions | |
FileAlreadyBeingCopied (WorkflowFile *file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst) | |
Constructor. More... | |
std::shared_ptr< FileLocation > | getDestinationLocation () |
Getter. More... | |
WorkflowFile * | getFile () |
Getter. More... | |
std::shared_ptr< FileLocation > | getSourceLocation () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "file is already being copied" failure cause.
wrench::FileAlreadyBeingCopied::FileAlreadyBeingCopied | ( | WorkflowFile * | file, |
std::shared_ptr< FileLocation > | src, | ||
std::shared_ptr< FileLocation > | dst | ||
) |
Constructor.
file | the file that is already being copied |
src | the source location |
dst | the destination location |
std::shared_ptr< FileLocation > wrench::FileAlreadyBeingCopied::getDestinationLocation | ( | ) |
Getter.
WorkflowFile * wrench::FileAlreadyBeingCopied::getFile | ( | ) |
Getter.
std::shared_ptr< FileLocation > wrench::FileAlreadyBeingCopied::getSourceLocation | ( | ) |
Getter.
|
virtual |