void SetLineHandler(const std::string &handlerName)
Sets the line handler.
Definition: TextFileConfigurator.h:60
bool _ConfigureImp(AnalysisManager &anManager, const std::string &fileName, const CommandLineParameters &clParams, observer_ptr< ConfigLineHandler > lineHandler=NULL)
Definition: TextFileConfigurator.cpp:115
bool Configure(AnalysisManager &anManager, const std::string &fileName, const CommandLineParameters &clParams)
Configures the analysis manager using the given configuration file.
Definition: TextFileConfigurator.cpp:25
Configures the analysis according to a configuration text file.
Definition: TextFileConfigurator.h:25
TextFileConfigurator()
Constructor.
Definition: TextFileConfigurator.h:29
std::string _lineHandlerName
Definition: TextFileConfigurator.h:66