|
xrootd
|
Plugin factory. More...
#include <XrdClPlugInInterface.hh>

Public Member Functions | |
| virtual | ~PlugInFactory () |
| Destructor. More... | |
| virtual FilePlugIn * | CreateFile (const std::string &url)=0 |
| Create a file plug-in for the given URL. More... | |
| virtual FileSystemPlugIn * | CreateFileSystem (const std::string &url)=0 |
| Create a file system plug-in for the given URL. More... | |
Plugin factory.
|
inlinevirtual |
Destructor.
|
pure virtual |
Create a file plug-in for the given URL.
Implemented in HttpPlugInFactory, xrdcl_proxy::ProxyFactory, and XrdCl::EcPlugInFactory.
|
pure virtual |
Create a file system plug-in for the given URL.
Implemented in HttpPlugInFactory, XrdCl::EcPlugInFactory, and xrdcl_proxy::ProxyFactory.