Wrap column names into class

- Load column names for data sources centrally
- Remove no longer used settings in legacy Settings
This commit is contained in:
ljacqu
2016-02-14 13:25:16 +01:00
parent 6e2528278a
commit 5dc1598f6e
10 changed files with 313 additions and 342 deletions
@@ -51,8 +51,8 @@ public class ConverterCommand implements ExecutableCommand {
converter = new vAuthConverter(plugin, sender);
break;
case SQLITETOSQL:
converter = new SqliteToSql(plugin, sender);
break;
converter = new SqliteToSql(plugin, sender, commandService.getSettings());
break;
default:
break;
}