Interface for analysis configurator.
More...
#include <Configurator.h>
Interface for analysis configurator.
A Configurator class configures the analysis according to the content of some configuration file.
◆ ~Configurator()
virtual EA::Configurator::~Configurator |
( |
| ) |
|
|
inlinevirtual |
◆ AddConfigurationFolders()
bool EA::Configurator::AddConfigurationFolders |
( |
const std::vector< std::string > & |
folders | ) |
|
Adds configuration folders.
Adds folders where configuration files specified as relative paths can be searched. The actual usage of
- Parameters
-
folders | a std::vector with a list of folders (each folder as a std::string) |
- Returns
- true if the folders have been correctly added to the folders list.
◆ Configure()
◆ GetConfigurationFolders()
const std::vector<std::string>& EA::Configurator::GetConfigurationFolders |
( |
| ) |
|
|
inlineprotected |
◆ _configFolders
std::vector<std::string> EA::Configurator::_configFolders |
|
private |
The documentation for this class was generated from the following files: