Uses of Interface
org.fishbolt.common.adapter.ext.IAdapterFactory

Packages that use IAdapterFactory
org.fishbolt.common.adapter.ext The Adapter Pattern Contains base implementation of the adapter mechanism. 
 

Uses of IAdapterFactory in org.fishbolt.common.adapter.ext
 

Classes in org.fishbolt.common.adapter.ext that implement IAdapterFactory
 class SingleAdapterFactory
          Base implementation of the IAdapterFactory interface that can create an adapter of one type only.
 

Fields in org.fishbolt.common.adapter.ext with type parameters of type IAdapterFactory
protected  java.util.LinkedHashMap<java.lang.Class<? extends IAdapter>,java.util.LinkedHashSet<IAdapterFactory>> AdapterFactoryManager.adapterFactories
          regisrty of objects implementing the IAdapterFactory interface.
 

Methods in org.fishbolt.common.adapter.ext with parameters of type IAdapterFactory
 void AdapterFactoryManager.register(IAdapterFactory factory)
          Supports possibility to include a new Factory object into the regisrty.