org.eclipse.ecf.remoteservice.provider
Class AdapterConfig

java.lang.Object
  extended by org.eclipse.ecf.remoteservice.provider.AdapterConfig

public class AdapterConfig
extends java.lang.Object

An adapter config is used to setup an adaptable.

Since:
8.7

Constructor Summary
AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory, java.lang.Class<?> adaptable)
           
 
Method Summary
 java.lang.Class<?> getAdaptable()
           
 org.eclipse.core.runtime.IAdapterFactory getAdapterFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterConfig

public AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory,
                     java.lang.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

getAdapterFactory

public org.eclipse.core.runtime.IAdapterFactory getAdapterFactory()

getAdaptable

public java.lang.Class<?> getAdaptable()