Class AdapterConfig
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.provider.AdapterConfig
 
- 
 public class AdapterConfig extends Object An adapter config is used to setup an adaptable.- Since:
- 8.7
 
- 
- 
Constructor SummaryConstructors Constructor Description AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory, Class<?> adaptable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getAdaptable()org.eclipse.core.runtime.IAdapterFactorygetAdapterFactory()
 
- 
- 
- 
Constructor Detail- 
AdapterConfigpublic AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory, Class<?> adaptable)- Parameters:
- adapterFactory- the adapter factory to use for the given adaptable. Must not be- null
- adaptable- the Class that the adapterFactory is to use as the adaptable. Must not be- null.
 
 
- 
 - 
Method Detail- 
getAdapterFactorypublic org.eclipse.core.runtime.IAdapterFactory getAdapterFactory() 
 - 
getAdaptablepublic Class<?> getAdaptable() 
 
- 
 
-