RSE
Release 1.0

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

Packages that use IRemoteFileSubSystem
org.eclipse.rse.eclipse.filesystem   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.propertypages   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.subsystem   
org.eclipse.rse.subsystems.files.ftp   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.ssh   
org.eclipse.rse.subsystems.shells.core.subsystems   
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.eclipse.filesystem
 

Methods in org.eclipse.rse.eclipse.filesystem that return IRemoteFileSubSystem
 IRemoteFileSubSystem RSEFileStoreRemoteFileWrapper.getRemoteFileSubSystem()
           
static IRemoteFileSubSystem RSEFileSystem.getRemoteFileSubSystem(IHost host)
           
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.files.ui.actions
 

Fields in org.eclipse.rse.files.ui.actions declared as IRemoteFileSubSystem
protected  IRemoteFileSubSystem SystemCopyRemoteFileAction.ss
           
 

Methods in org.eclipse.rse.files.ui.actions that return IRemoteFileSubSystem
 IRemoteFileSubSystem SystemAbstractRemoteFilePopupMenuExtensionAction.getRemoteFileSubSystem()
          Get the remote file subsystem from which the selected objects were resolved.
 

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

Methods in org.eclipse.rse.files.ui.propertypages that return IRemoteFileSubSystem
 IRemoteFileSubSystem SystemAbstractRemoteFilePropertyPageExtensionAction.getRemoteFileSubSystem()
          Get the remote file subsystem from which the selected objects were resolved.
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.files.ui.resources
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type IRemoteFileSubSystem
protected static void UniversalFileTransferUtility.setIFileProperties(IFile tempFile, IRemoteFile remoteFile, IRemoteFileSubSystem subSystem)
           
 void SystemUniversalTempFileListener.upload(IRemoteFileSubSystem fs, IRemoteFile remoteFile, IFile tempFile, SystemIFileProperties properties, long storedModifiedStamp, SystemEditableRemoteFile editable, IProgressMonitor monitor)
           
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.files.ui.widgets
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type IRemoteFileSubSystem
 void SystemRemoteFolderCombo.setSubSystem(IRemoteFileSubSystem subsystem)
          Set the input remote file subsystem.
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.subsystems.files.core.model
 

Methods in org.eclipse.rse.subsystems.files.core.model that return IRemoteFileSubSystem
static IRemoteFileSubSystem RemoteFileUtility.getFileSubSystem(IHost connection)
           
static IRemoteFileSubSystem[] RemoteFileUtility.getFileSubSystems(IHost connection)
           
 

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

Subinterfaces of IRemoteFileSubSystem in org.eclipse.rse.subsystems.files.core.servicesubsystem
 interface IFileServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRemoteFileSubSystem
 class FileServiceSubSystem
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IRemoteFileSubSystem
 IRemoteFileSubSystem AbstractRemoteFile.getParentRemoteFileSubSystem()
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileSubSystem
 org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory IFileServiceSubSystemConfiguration.getLanguageUtilityFactory(IRemoteFileSubSystem ss)
           
 

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

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileSubSystem
 class RemoteFileSubSystem
          Specialization for file subsystem factories.
 

Fields in org.eclipse.rse.subsystems.files.core.subsystems declared as IRemoteFileSubSystem
protected  IRemoteFileSubSystem RemoteFileContext.subsystem
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileSubSystem
 IRemoteFileSubSystem IRemoteFile.getParentRemoteFileSubSystem()
          Get parent subsystem
 IRemoteFileSubSystem RemoteFileContext.getParentRemoteFileSubSystem()
          Return the parent subsystem
 IRemoteFileSubSystem RemoteFile.getParentRemoteFileSubSystem()
          Return the parent subsystem
 IRemoteFileSubSystem IRemoteFileContext.getParentRemoteFileSubSystem()
          Get parent subsystem
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileSubSystem
 void RemoteFileContext.setParentRemoteFileSubSystem(IRemoteFileSubSystem subsystem)
          Set the parent subsystem
 void IRemoteFileContext.setParentRemoteFileSubSystem(IRemoteFileSubSystem parentSubSystem)
          Set parent subsystem
 

Constructors in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileSubSystem
RemoteFileContext(IRemoteFileSubSystem subsystem, IRemoteFile parentFileObject, RemoteFileFilterString filterString)
          Constructor that takes all inputs.
 

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

Methods in org.eclipse.rse.subsystems.files.dstore.subsystem with parameters of type IRemoteFileSubSystem
static org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory DStoreLanguageUtilityFactory.getInstance(IRemoteFileSubSystem subsystem)
          Returns an instance for each subsystem.
 org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory DStoreFileSubSystemConfiguration.getLanguageUtilityFactory(IRemoteFileSubSystem ss)
           
 

Constructors in org.eclipse.rse.subsystems.files.dstore.subsystem with parameters of type IRemoteFileSubSystem
DStoreJavaLanguageUtility(IRemoteFileSubSystem subsystem, String language)
          Constructor.
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.subsystems.files.ftp
 

Methods in org.eclipse.rse.subsystems.files.ftp with parameters of type IRemoteFileSubSystem
 org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory FTPFileSubSystemConfiguration.getLanguageUtilityFactory(IRemoteFileSubSystem ss)
           
 

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

Methods in org.eclipse.rse.subsystems.files.local with parameters of type IRemoteFileSubSystem
static org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory LocalLanguageUtilityFactory.getInstance(IRemoteFileSubSystem subsystem)
          Returns an instance for each subsystem.
 org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory LocalFileSubSystemConfiguration.getLanguageUtilityFactory(IRemoteFileSubSystem ss)
           
 

Constructors in org.eclipse.rse.subsystems.files.local with parameters of type IRemoteFileSubSystem
LocalJavaLanguageUtility(IRemoteFileSubSystem subsystem, String language)
          Constructor.
 

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

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type IRemoteFileSubSystem
 org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory SftpFileSubSystemConfiguration.getLanguageUtilityFactory(IRemoteFileSubSystem ss)
           
 

Uses of IRemoteFileSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteFileSubSystem
 IRemoteFileSubSystem IRemoteCommandShell.getFileSubSystem()
          Return the file subsystem associated with this command
 


RSE
Release 1.0

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