org.topbraid.spin.spr
Class TableEngines

java.lang.Object
  extended by org.topbraid.spin.spr.TableEngines

public class TableEngines
extends java.lang.Object

A Singleton managing the registered TableEngines.

Author:
Holger Knublauch

Constructor Summary
TableEngines()
           
 
Method Summary
static TableEngines get()
           
 TableEngine getDefaultTableEngine()
           
 TableEngine getForType(Resource type)
           
 void register(Resource type, TableEngine tableEngine)
           
static void set(TableEngines value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableEngines

public TableEngines()
Method Detail

get

public static TableEngines get()

set

public static void set(TableEngines value)

getDefaultTableEngine

public TableEngine getDefaultTableEngine()

getForType

public TableEngine getForType(Resource type)

register

public void register(Resource type,
                     TableEngine tableEngine)