|
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 XrdCl::EcPlugInFactory, XrdCl::RecorderFactory, xrdcl_proxy::ProxyFactory, and HttpPlugInFactory.
|
pure virtual |
Create a file system plug-in for the given URL.
Implemented in XrdCl::EcPlugInFactory, XrdCl::RecorderFactory, xrdcl_proxy::ProxyFactory, and HttpPlugInFactory.
1.8.5