Package com.iizigo.adapter
Class AdapterManager
java.lang.Object
com.iizigo.adapter.AdapterManager
The IIZI Adapter Factory defines the possible classes that implements the IAdaptable interface.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionstatic AdapterManager
The instance.void
Initializes the Eclipse Adapter Manager.
Method Details
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.