RSE
Release 1.0

Uses of Class
org.eclipse.rse.subsystems.files.core.servicesubsystem.FileServiceSubSystem

Packages that use FileServiceSubSystem
org.eclipse.rse.files.ui.propertypages   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.model   
org.eclipse.rse.subsystems.files.dstore.subsystem   
org.eclipse.rse.subsystems.files.ftp.model   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.local.model   
org.eclipse.rse.subsystems.files.ssh   
 

Uses of FileServiceSubSystem in org.eclipse.rse.files.ui.propertypages
 

Methods in org.eclipse.rse.files.ui.propertypages that return FileServiceSubSystem
protected  FileServiceSubSystem FileServicesPropertyPage.getFileServiceSubSystem()
           
 

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

Fields in org.eclipse.rse.subsystems.files.core.servicesubsystem declared as FileServiceSubSystem
protected  FileServiceSubSystem AbstractRemoteFile._subSystem
           
 

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

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

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type FileServiceSubSystem
 IRemoteFile[] IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile IHostFileToRemoteFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.dstore.model
 

Methods in org.eclipse.rse.subsystems.files.dstore.model with parameters of type FileServiceSubSystem
 IRemoteFile[] DStoreFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, Object object)
           
 

Constructors in org.eclipse.rse.subsystems.files.dstore.model with parameters of type FileServiceSubSystem
DStoreFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, DStoreHostFile hostFile)
           
DStoreVirtualFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, DStoreVirtualHostFile hostFile)
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.dstore.subsystem
 

Fields in org.eclipse.rse.subsystems.files.dstore.subsystem declared as FileServiceSubSystem
protected  FileServiceSubSystem RemoteFilePropertyChangeListener._fileSubSystem
           
 

Constructors in org.eclipse.rse.subsystems.files.dstore.subsystem with parameters of type FileServiceSubSystem
RemoteFilePropertyChangeListener(Shell shell, IConnectorService system, org.eclipse.dstore.core.model.DataStore dataStore, FileServiceSubSystem fileSS)
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.ftp.model
 

Methods in org.eclipse.rse.subsystems.files.ftp.model with parameters of type FileServiceSubSystem
 IRemoteFile[] FTPFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, Object object)
           
 

Constructors in org.eclipse.rse.subsystems.files.ftp.model with parameters of type FileServiceSubSystem
FTPRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, FTPHostFile hostFile)
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.local
 

Fields in org.eclipse.rse.subsystems.files.local declared as FileServiceSubSystem
protected  FileServiceSubSystem LocalSearchResultConfiguration._fileSubSystem
           
 

Methods in org.eclipse.rse.subsystems.files.local that return FileServiceSubSystem
 FileServiceSubSystem LocalSearchResultConfiguration.getFileServiceSubSystem()
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.local.model
 

Methods in org.eclipse.rse.subsystems.files.local.model with parameters of type FileServiceSubSystem
 IRemoteFile[] LocalFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile LocalFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

Constructors in org.eclipse.rse.subsystems.files.local.model with parameters of type FileServiceSubSystem
LocalVirtualFile(FileServiceSubSystem ss, IRemoteFileContext context, LocalVirtualHostFile node)
           
LocalFile(FileServiceSubSystem subSystem, IRemoteFileContext context, IRemoteFile parent, LocalHostFile hostFile)
           
 

Uses of FileServiceSubSystem in org.eclipse.rse.subsystems.files.ssh
 

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type FileServiceSubSystem
 IRemoteFile[] SftpFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile SftpFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile SftpFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

Constructors in org.eclipse.rse.subsystems.files.ssh with parameters of type FileServiceSubSystem
SftpRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, SftpHostFile hostFile)
           
 


RSE
Release 1.0

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