Class AdapterConfig
java.lang.Object
org.eclipse.ecf.remoteservice.provider.AdapterConfig
An adapter config is used to setup an adaptable.
- Since:
- 8.7
-
Constructor Summary
ConstructorDescriptionAdapterConfig
(org.eclipse.core.runtime.IAdapterFactory adapterFactory, Class<?> adaptable) -
Method Summary
-
Constructor Details
-
AdapterConfig
- Parameters:
adapterFactory
- the adapter factory to use for the given adaptable. Must not benull
adaptable
- the Class that the adapterFactory is to use as the adaptable. Must not benull
.
-
-
Method Details
-
getAdapterFactory
public org.eclipse.core.runtime.IAdapterFactory getAdapterFactory() -
getAdaptable
-