コード例 #1
0
 public static void deregisterTableEngine(TableEngine tableEngine) {
   tableEngines.remove(tableEngine.getName().toUpperCase());
 }
コード例 #2
0
 public static void registerTableEngine(TableEngine tableEngine) {
   tableEngines.put(tableEngine.getName().toUpperCase(), tableEngine);
 }