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 SummaryModifier and TypeMethodDescription- static AdapterManagerThe instance.- voidInitializes the Eclipse Adapter Manager.
- Method Details- getInstanceThe instance.
- initializepublic 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.