|
ewmscp
..
|
#include <inputHandlerDcap.h>
Classes | |
| class | dcapDirectory |
| class | readerDcap |
Public Member Functions | |
| dcap ()=default | |
| ~dcap () override=default | |
| std::unique_ptr< reader > | newReader (const std::string &aPath, copyRequest::stateType &state, const genericStat &inititalStat) override |
| get a reader for the file at path More... | |
| std::unique_ptr< Directory > | getDirectory (const std::string &path) override |
Public Member Functions inherited from inputHandler::base | |
| virtual | ~base () override=default |
| virtual bool | readLinkTarget (const std::string &, std::vector< char > &) |
| read link target from a symlink More... | |
| virtual std::unique_ptr< acl::list > | getAclData (const std::string &) |
Public Member Functions inherited from pathHandler | |
| virtual | ~pathHandler ()=default |
| virtual std::string | getXattr (const std::string &, const std::string &) |
Public Member Functions inherited from dcapCommon | |
| dcapCommon () | |
| bool | pathExists (const std::string &path) override |
| std::unique_ptr< const genericStat > | getStat (const std::string &path, bool followLink) override |
Static Private Attributes | |
| static factoryTemplate< dcap > | factory |
Additional Inherited Members | |
Static Public Member Functions inherited from inputHandler::base | |
| static base * | newHandler (const std::string &name) |
| create an instance of an inputHandler, select by name More... | |
| template<class T > | |
| static void | addAllowedNamesToOption (T &option) |
Static Public Member Functions inherited from dcapCommon | |
| static std::string | fixPathUrl (const std::string &path) |
Protected Member Functions inherited from inputHandler::base | |
| base ()=default | |
Static Protected Member Functions inherited from inputHandler::base | |
| static std::map< std::string, factoryClass * > & | getFactoryMap () |
Definition at line 14 of file inputHandlerDcap.h.
|
default |
|
overridedefault |
|
overridevirtual |
Implements inputHandler::base.
Definition at line 145 of file inputHandlerDcap.cpp.
|
overridevirtual |
get a reader for the file at path
| std::system_error | if file can't be opened File will be closed when the pointer goes out of scope. |
| [in] | path | [in] path to the file to be opened for reading |
| [in,out] | state | [in,out] state may be set to vanished if the file does not exist |
| [in] | inititalStat | [in] genericStat data of the file encountered before reading, needed for checking unchangedness at the end |
Implements inputHandler::base.
Definition at line 13 of file inputHandlerDcap.cpp.
|
staticprivate |
Definition at line 15 of file inputHandlerDcap.h.
1.8.17