org.eclipse.ecf.fileshare
Interface IFileShareRetrieveConfig

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IFileShareConfig

public interface IFileShareRetrieveConfig
extends IFileShareConfig

Configuration for file share retrieval


Method Summary
 java.io.File getLocalTarget()
          Return a target file/directory on local file system for storage of the retrieved file(s)
 
Methods inherited from interface org.eclipse.ecf.fileshare.IFileShareConfig
getListener, getRemoteFileID
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getLocalTarget

java.io.File getLocalTarget()
Return a target file/directory on local file system for storage of the retrieved file(s)

Returns:
File that is file (or directory) on local file system for storage of retrieved file(s)