Esempio n. 1
0
 public static void deregisterTableEngine(TableEngine tableEngine) {
   tableEngines.remove(tableEngine.getName().toUpperCase());
 }
Esempio n. 2
0
 public static void registerTableEngine(TableEngine tableEngine) {
   tableEngines.put(tableEngine.getName().toUpperCase(), tableEngine);
 }