org.simantics.databoard.adapter
Class AdapterFactory

java.lang.Object
  extended by org.simantics.databoard.adapter.AdapterFactory

public class AdapterFactory
extends java.lang.Object

AdapterRepository is a factory and a collection of adapters.

Author:
Toni Kalajainen

Constructor Summary
AdapterFactory()
           
 
Method Summary
 Adapter getAdapter(Binding domain, Binding range, boolean typeAdapter, boolean mustClone)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterFactory

public AdapterFactory()
Method Detail

getAdapter

public Adapter getAdapter(Binding domain,
                          Binding range,
                          boolean typeAdapter,
                          boolean mustClone)
                   throws AdapterConstructionException
Throws:
AdapterConstructionException