RSE
Release 3.2

Uses of Interface
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileContext

Packages that use IRemoteFileContext
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IRemoteFileContext
 IRemoteFileContext FileServiceSubSystem.getContextFor(IRemoteFile file)
           
 IRemoteFileContext FileServiceSubSystem.getTheDefaultContext()
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileContext
 IRemoteFile[] FileServiceSubSystem.list(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, int fileType, IProgressMonitor monitor)
          Return a list of remote folders and/or files in the given folder.
 IRemoteFile[] FileServiceSubSystem.listRoots(IRemoteFileContext context, IProgressMonitor monitor)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileContext
AbstractRemoteFile(FileServiceSubSystem subSystem, IRemoteFileContext context, IRemoteFile parent, IHostFile hostFile)
           
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.core.subsystems
 

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileContext
 class RemoteFileContext
          This interface represents a place to hold contextual information stored within each remote file object.
 

Fields in org.eclipse.rse.subsystems.files.core.subsystems declared as IRemoteFileContext
protected  IRemoteFileContext RemoteFile._context
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileContext
 IRemoteFileContext RemoteFile.getContext()
          Return the context associated with this remote file
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileContext
 AbstractRemoteFile IHostFileToRemoteFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
          Convert a single IHostFile object from the file service into a remote file object.
 AbstractRemoteFile[] IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
          Convert a list of IHostFile objects from the file service into remote file objects.
 IRemoteFile IRemoteFileFactory.createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot)
          Get the RemoteFile object
 IRemoteFile IRemoteFileFactory.createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists)
          Get the RemoteFile object when we know if it is a exists or not
 IRemoteFile IRemoteFileFactory.createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir)
          Get the RemoteFile object when we know if it is a exists or not and whether it is a directory or not
 IRemoteFile[] IRemoteFileSubSystem.list(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, int fileType, IProgressMonitor monitor)
          Return a list of remote folders and/or files in the given folder.
 IRemoteFile[] IRemoteFileSubSystem.listRoots(IRemoteFileContext context, IProgressMonitor monitor)
          Return a list of roots/drives on the remote system.
 

Constructors in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileContext
RemoteFile(IRemoteFileContext context)
          Constructor that takes a context object containing important information.
 


RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.