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