public interface IAdapterFactoryExt
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAdapterNames() |
IAdapterFactory |
loadFactory(boolean force)
Loads the real adapter factory, but only if its associated plug-in is
already loaded.
|
IAdapterFactory loadFactory(boolean force)
force - if true the plugin providing the
factory will be loaded if necessary, otherwise no plugin activations
will occur.java.lang.String[] getAdapterNames()