OpenMS
INIUpdater Class Reference

#include <OpenMS/APPLICATIONS/INIUpdater.h>

Collaboration diagram for INIUpdater:
[legend]

Public Member Functions

 INIUpdater ()
 
StringList getToolNamesFromINI (const Param &ini) const
 
const ToolMappinggetNameMapping ()
 
bool getNewToolName (const String &old_name, const String &tools_type, String &new_name)
 

Static Private Attributes

static ToolMapping map_
 

Constructor & Destructor Documentation

◆ INIUpdater()

Member Function Documentation

◆ getNameMapping()

const ToolMapping& getNameMapping ( )

◆ getNewToolName()

bool getNewToolName ( const String old_name,
const String tools_type,
String new_name 
)

◆ getToolNamesFromINI()

StringList getToolNamesFromINI ( const Param ini) const

Member Data Documentation

◆ map_

ToolMapping map_
staticprivate