|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.core.AbstractContainerAdapterFactory org.eclipse.ecf.provider.filetransfer.outgoing.MultiProtocolOutgoingAdapterFactory
public class MultiProtocolOutgoingAdapterFactory
Constructor Summary | |
---|---|
MultiProtocolOutgoingAdapterFactory()
|
Method Summary | |
---|---|
java.lang.Class[] |
getAdapterList()
|
protected java.lang.Object |
getContainerAdapter(IContainer container,
java.lang.Class adapterType)
Method called by implementation of AbstractContainerAdapterFactory.getAdapter(Object, Class) if the
adaptableObject is an instance of IContainer . |
Methods inherited from class org.eclipse.ecf.core.AbstractContainerAdapterFactory |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiProtocolOutgoingAdapterFactory()
Method Detail |
---|
public java.lang.Class[] getAdapterList()
getAdapterList
in interface org.eclipse.core.runtime.IAdapterFactory
getAdapterList
in class AbstractContainerAdapterFactory
protected java.lang.Object getContainerAdapter(IContainer container, java.lang.Class adapterType)
AbstractContainerAdapterFactory
AbstractContainerAdapterFactory.getAdapter(Object, Class)
if the
adaptableObject is an instance of IContainer
. Subclasses should implement to
return the proper container adapter object based upon the given adapterType.
getContainerAdapter
in class AbstractContainerAdapterFactory
container
- the IContainer adaptable object provided to the adapter. Will not be null
.adapterType
- the type (interface) of the adapter on the given container. Will not be null
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |