ewmscp
..
|
#include <pathHandler.h>
Public Member Functions | |
virtual | ~pathHandler ()=default |
virtual bool | pathExists (const std::string &path)=0 |
virtual std::unique_ptr< const genericStat > | getStat (const std::string &path, bool followLink=true)=0 |
virtual std::string | getXattr (const std::string &, const std::string &) |
Definition at line 6 of file pathHandler.h.
|
virtualdefault |
|
pure virtual |
Implemented in davixCommon, dcapCommon, libsshCommon, inputHandler::dummy, daosFsCommon, and posixFileCommon.
Referenced by copyRequest::base::init(), cmdLineRequestProvider::prepareMappings(), moveRequestProvider::processSource(), checksumTestRequestProvider::processSource(), policyRunRequestProvider::processSource(), and cmdLineRequestProvider::processSource().
|
inlinevirtual |
Reimplemented in daosFsCommon, and posixFileCommon.
Definition at line 12 of file pathHandler.h.
Referenced by copyRequest::base::init().
|
pure virtual |
Implemented in davixCommon, dcapCommon, libsshCommon, daosFsCommon, posixFileCommon, and inputHandler::dummy.
Referenced by copyRequest::base::removeFileOrDirectory().