FileAlreadyBeingCopied Class Reference

A "file is already being copied" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for FileAlreadyBeingCopied:

Public Member Functions

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

Detailed Description

A "file is already being copied" failure cause.

Member Function Documentation

◆ getDestinationLocation()

std::shared_ptr< FileLocation > FileAlreadyBeingCopied::getDestinationLocation ( )

Getter.

Returns
the source location

◆ getFile()

WorkflowFile * FileAlreadyBeingCopied::getFile ( )

Getter.

Returns
the file

◆ getSourceLocation()

std::shared_ptr< FileLocation > FileAlreadyBeingCopied::getSourceLocation ( )

Getter.

Returns
the source location

◆ toString()

std::string FileAlreadyBeingCopied::toString ( )

Get the human-readable failure message.

Returns
the message

The documentation for this class was generated from the following files:
  • /home/wrench/wrench/include/wrench/workflow/execution_events/FailureCause.h
  • /home/wrench/wrench/src/wrench/workflow/execution_events/FailureCause.cpp