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