WRENCH
1.11
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 (std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > src, std::shared_ptr< FileLocation > dst) | |
Constructor. More... | |
std::shared_ptr< FileLocation > | getDestinationLocation () |
Getter. More... | |
std::shared_ptr< DataFile > | getFile () |
Getter. More... | |
std::shared_ptr< FileLocation > | getSourceLocation () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "file is already being copied" failure cause.
wrench::FileAlreadyBeingCopied::FileAlreadyBeingCopied | ( | std::shared_ptr< DataFile > | 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.
std::shared_ptr< DataFile > wrench::FileAlreadyBeingCopied::getFile | ( | ) |
Getter.
std::shared_ptr< FileLocation > wrench::FileAlreadyBeingCopied::getSourceLocation | ( | ) |
Getter.
|
overridevirtual |