Class URLRemoteFile
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.browse.URLRemoteFile
 
- 
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable,- IRemoteFile
 
 public class URLRemoteFile extends Object implements IRemoteFile 
- 
- 
Constructor SummaryConstructors Constructor Description URLRemoteFile(long lastModified, long fileLength, IFileID fileID)
 - 
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- 
URLRemoteFilepublic URLRemoteFile(long lastModified, long fileLength, IFileID fileID)
 
- 
 - 
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
 
 
- 
 
-