A factory for creating Framework instances.
More...
A factory for creating Framework instances.
FrameworkFactory::FrameworkFactory |
( |
void |
| ) |
|
virtual FrameworkFactory::~FrameworkFactory |
( |
void |
| ) |
|
|
virtual |
Framework* FrameworkFactory::NewFramework |
( |
std::map< std::string, std::string > |
configuration | ) |
|
Create a new Framework instance.
- Parameters
-
configuration | The framework properties to configure the new framework instance. If framework properties are not provided by the configuration argument, the created framework instance will use a reasonable default configuration. |
- Returns
- A new, configured Framework instance.
Framework* FrameworkFactory::NewFramework |
( |
void |
| ) |
|