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