* Sets internal variables with the ones provided by pluginSettings.
* This method should be called once after constructing a configurator
...
...
@@ -681,6 +719,16 @@ protected:
LOG(warning)<<"Method finalizeEntityGroup called, but was not overwritten! Either you have unwanted entitys in your config file or forgot to overwrite this method";
}
/**
* Print information about configurable configurator attributes (or nothing if no such attributes are required)
*
* @param ll Severity level to log with
*/
virtualvoidprintConfiguratorConfig(LOG_LEVELll){
//Overwrite if necessary
LOG_VAR(ll)<<" No other plugin specific general parameters";
}
/**
* Virtual interface method, responsible for reading plugin-specific global values.