![]() |
XRootD
|
Plugin factory. More...
#include <XrdClEcHandler.hh>
Public Member Functions | |
EcPlugInFactory (uint8_t nbdta, uint8_t nbprt, uint64_t chsz, std::vector< std::string > &&plgr) | |
Constructor. More... | |
virtual | ~EcPlugInFactory () |
Destructor. More... | |
virtual FilePlugIn * | CreateFile (const std::string &u) |
Create a file plug-in for the given URL. More... | |
virtual FileSystemPlugIn * | CreateFileSystem (const std::string &url) |
Create a file system plug-in for the given URL. More... | |
![]() | |
virtual | ~PlugInFactory () |
Destructor. More... | |
Plugin factory.
Definition at line 462 of file XrdClEcHandler.hh.
|
inline |
Constructor.
Definition at line 468 of file XrdClEcHandler.hh.
|
inlinevirtual |
|
inlinevirtual |
Create a file plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 484 of file XrdClEcHandler.hh.
References XrdCl::URL::GetPath(), and XrdEc::ObjCfg::plgr.
|
inlinevirtual |
Create a file system plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 496 of file XrdClEcHandler.hh.