public static void deregisterTableEngine(TableEngine tableEngine) { tableEngines.remove(tableEngine.getName().toUpperCase()); }
public static void registerTableEngine(TableEngine tableEngine) { tableEngines.put(tableEngine.getName().toUpperCase(), tableEngine); }