Plug-ins must implement a concrete factory to be instantiated. More...
#include <Catalog.h>
Inherits dmlite::CatalogFactory.

Public Member Functions | |
| BuiltInCatalogFactory () | |
| ~BuiltInCatalogFactory () | |
| void | configure (const std::string &, const std::string &) |
| Catalog * | createCatalog (PluginManager *) |
| Instantiate a implementation of Catalog. | |
Private Attributes | |
| bool | updateATime_ |
| unsigned | symLinkLimit_ |
Plug-ins must implement a concrete factory to be instantiated.
| dmlite::BuiltInCatalogFactory::BuiltInCatalogFactory | ( | ) |
| dmlite::BuiltInCatalogFactory::~BuiltInCatalogFactory | ( | ) |
| void dmlite::BuiltInCatalogFactory::configure | ( | const std::string & | key, | |
| const std::string & | value | |||
| ) | [virtual] |
Set a configuration parameter
| 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.
unsigned dmlite::BuiltInCatalogFactory::symLinkLimit_ [private] |
bool dmlite::BuiltInCatalogFactory::updateATime_ [private] |
1.6.1