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 | |
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.
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 |