dmlite::BuiltInCatalogFactory Class Reference

Plug-ins must implement a concrete factory to be instantiated. More...

#include <Catalog.h>

Inherits dmlite::CatalogFactory.

Collaboration diagram for dmlite::BuiltInCatalogFactory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BuiltInCatalogFactory ()
 ~BuiltInCatalogFactory ()
void configure (const std::string &, const std::string &)
CatalogcreateCatalog (PluginManager *)
 Instantiate a implementation of Catalog.

Private Attributes

bool updateATime_
unsigned symLinkLimit_

Detailed Description

Plug-ins must implement a concrete factory to be instantiated.


Constructor & Destructor Documentation

dmlite::BuiltInCatalogFactory::BuiltInCatalogFactory (  ) 
dmlite::BuiltInCatalogFactory::~BuiltInCatalogFactory (  ) 

Member Function Documentation

void dmlite::BuiltInCatalogFactory::configure ( const std::string &  key,
const std::string &  value 
) [virtual]

Set a configuration parameter

Parameters:
key The configuration parameter
value The value for the configuration parameter

Reimplemented from dmlite::BaseFactory.

Catalog* dmlite::BuiltInCatalogFactory::createCatalog ( PluginManager pm  )  [virtual]

Instantiate a implementation of Catalog.

Reimplemented from dmlite::CatalogFactory.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 24 Sep 2019 for dmlite by  doxygen 1.6.1