|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.remoteservice.provider.AdapterConfig
public class AdapterConfig
An adapter config is used to setup an adaptable.
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 |
---|
public AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory, java.lang.Class<?> adaptable)
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 |
---|
public org.eclipse.core.runtime.IAdapterFactory getAdapterFactory()
public java.lang.Class<?> getAdaptable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |