Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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

Packages that use IRemoteFileSubSystem
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.subsystems.files.core   
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 Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.subsystems.shells.core.subsystems   
 

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

Methods in org.eclipse.rse.files.ui.resources with parameters of type IRemoteFileSubSystem
static void UniversalFileTransferUtility. discardReplicasOfDeletedFiles ( IRemoteFileSubSystem ss, IContainer folder)
           
static  String UniversalFileTransferUtility. getActualHostFor ( IRemoteFileSubSystem subsystem, String remotePath)
           
static  String UniversalFileTransferUtility. getActualHostFor ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
           
 int ISystemMountPathMapper. getPriority ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
          Returns the priority of this mount path mapper.
  String ISystemMountPathMapper. getWorkspaceMappingFor ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
          Returns the qualified workspace path for a replica of this mounted file.
protected static  String UniversalFileTransferUtility. getWorkspaceRemotePath ( IRemoteFileSubSystem subsystem, String remotePath)
           
protected static  String UniversalFileTransferUtility. getWorkspaceRemotePath ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
           
 boolean ISystemMountPathMapper. handlesMappingFor ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
          Indicates whether this mapper handles remapping of the specified resource.
protected static boolean UniversalFileTransferUtility. isRemoteFileMounted ( String hostname, String remotePath, IRemoteFileSubSystem subsystem)
           
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)
          This method attempts to upload a temporary file in the workspace to a corresponding remote file location.
 

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
 

Methods in org.eclipse.rse.subsystems.files.core that return IRemoteFileSubSystem
  IRemoteFileSubSystem ILanguageUtility. getSubSystem ()
          Returns the subsystem with which the utility is associated.
  IRemoteFileSubSystem ILanguageUtilityFactory. getSubSystem ()
          Returns the subsystem with which the factory is associated.
 

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)
          Return the first remote file subsystem associated with a connection.
static  IRemoteFileSubSystem[] RemoteFileUtility. getFileSubSystems ( IHost connection)
          Return the list of file subsystems associated with a 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
          Generic Subsystem implementation for remote files.
 

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
  ILanguageUtilityFactory IFileServiceSubSystemConfiguration. getLanguageUtilityFactory ( IRemoteFileSubSystem ss)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileSubSystem
FileSubSystemInputStream ( InputStream inStream, String remoteParent, String remoteFile, IRemoteFileSubSystem fs)
           
FileSubSystemOutputStream ( OutputStream outStream, String remoteParent, String remoteFile, IRemoteFileSubSystem fs)
           
 

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
 

Methods in org.eclipse.rse.subsystems.files.dstore with parameters of type IRemoteFileSubSystem
  ILanguageUtilityFactory DStoreFileSubSystemConfiguration. getLanguageUtilityFactory ( IRemoteFileSubSystem ss)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ftp with parameters of type IRemoteFileSubSystem
  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
  ILanguageUtilityFactory LocalFileSubSystemConfiguration. getLanguageUtilityFactory ( IRemoteFileSubSystem ss)
           
 

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

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

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

Fields in org.eclipse.rse.subsystems.shells.core.model declared as IRemoteFileSubSystem
protected   IRemoteFileSubSystem RemoteCommandShell. _fileSubSystem
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model that return IRemoteFileSubSystem
  IRemoteFileSubSystem RemoteCommandShell. getFileSubSystem ()
           
 

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

Fields in org.eclipse.rse.subsystems.shells.core.subsystems declared as IRemoteFileSubSystem
protected   IRemoteFileSubSystem RemoteCmdSubSystem. _fileSubSystem
           
 

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


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire