Class LocalRemoteFile
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.browse.LocalRemoteFile
 
- 
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable,- IRemoteFile
 
 public class LocalRemoteFile extends Object implements IRemoteFile Local representation of anIRemoteFile.
- 
- 
Constructor SummaryConstructors Constructor Description LocalRemoteFile(File file)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetAdapter(Class<T> adapter)IFileIDgetID()Get the remote file id associated with this file.IRemoteFileInfogetInfo()Get remote file info associated with this remote file.StringtoString()
 
- 
- 
- 
Constructor Detail- 
LocalRemoteFilepublic LocalRemoteFile(File file) - Parameters:
- file- the file
 
 
- 
 - 
Method Detail- 
getIDpublic IFileID getID() Description copied from interface:IRemoteFileGet the remote file id associated with this file.- Specified by:
- getIDin interface- IRemoteFile
- Returns:
- the file id associated with this file.  Will not be
 null.
 
 - 
getInfopublic IRemoteFileInfo getInfo() Description copied from interface:IRemoteFileGet remote file info associated with this remote file.- Specified by:
- getInfoin interface- IRemoteFile
- Returns:
- file info.  Will not be null.
 
 - 
getAdapterpublic <T> T getAdapter(Class<T> adapter) - Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
 
 
- 
 
-