Class MultiProtocolRetrieveAdapterFactory
- java.lang.Object
- 
- org.eclipse.ecf.core.AbstractContainerAdapterFactory
- 
- org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapterFactory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdapterFactory
 
 public class MultiProtocolRetrieveAdapterFactory extends AbstractContainerAdapterFactory 
- 
- 
Constructor SummaryConstructors Constructor Description MultiProtocolRetrieveAdapterFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>[]getAdapterList()protected ObjectgetContainerAdapter(IContainer container, Class adapterType)Method called by implementation ofAbstractContainerAdapterFactory.getAdapter(Object, Class)if the adaptableObject is an instance ofIContainer.- 
Methods inherited from class org.eclipse.ecf.core.AbstractContainerAdapterFactorygetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getAdapterListpublic Class<?>[] getAdapterList() - Specified by:
- getAdapterListin interface- org.eclipse.core.runtime.IAdapterFactory
- Specified by:
- getAdapterListin class- AbstractContainerAdapterFactory
 
 - 
getContainerAdapterprotected Object getContainerAdapter(IContainer container, Class adapterType) Description copied from class:AbstractContainerAdapterFactoryMethod called by implementation ofAbstractContainerAdapterFactory.getAdapter(Object, Class)if the adaptableObject is an instance ofIContainer. Subclasses should implement to return the proper container adapter object based upon the given adapterType.- Specified by:
- getContainerAdapterin class- AbstractContainerAdapterFactory
- Parameters:
- 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
- Returns:
- Object the container adapter instance.  May be null.
 
 
- 
 
-