Package com.iizigo.adapter
Class AdapterManager
- java.lang.Object
- com.iizigo.adapter.AdapterManager
public class AdapterManager extends java.lang.Object
The IIZI Adapter Factory defines the possible classes that implements the IAdaptable interface.- Author:
- Christopher Mindus
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdapterManager
getInstance()
The instance.void
initialize()
Initializes the Eclipse Adapter Manager.
Method Detail
getInstance
public static AdapterManager getInstance()
The instance.
initialize
public void initialize()
Initializes the Eclipse Adapter Manager.It Registers the given adapter factory as extending objects of the supported types.
If the type being extended is a class, the given factory's adapters are available on instances of that class and any of its subclasses. If it is an interface, the adapters are available to all classes that directly or indirectly implement that interface.