super() ;
this.knownAnalyzers = new ArrayList<PlugInInfo>() ;
this.knownGenerators = new ArrayList<PlugInInfo>() ;
this.am = new AnalyzerManager() ;
this.debugMode = debugMode ;
this.iop = new IOPlugIn(this.am,
ANALYSER_FOLDER, GENERATOR_FOLDER,
CONFIG_ANALYSER_FILE, CONFIG_GENERATOR_FILE,
PLUG_IN_RESOURCES_FOLDER) ;
}// PlugInManager()