public void replaceEntryInBookmarks(String configPath, String newConfigPath) {
UIPreferences uiPreferences = getUiPreferences();
// Load the scanServerName
if (uiPreferences != null) {
uiPreferences.replaceEntryInBookmarks(configPath, newConfigPath);
}
}
@Override
public IConfig<?> getConfig() {