RSE
Release 2.0

Uses of Package
org.eclipse.rse.services.files

Packages that use org.eclipse.rse.services.files
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.services.files   
org.eclipse.rse.services.search   
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. 
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.files.ui.resources
RemoteFileIOException
          Exception thrown when attempting an operation and it fails for IO reasons, such as the file is read-only.
RemoteFileSecurityException
          Exception thrown when attempting an operation and it fails for security reasons.
RemoteFolderNotEmptyException
          Exception thrown when attempting to delete a folder, and the folder is not empty.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.services.files
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
IHostFile
          Objects that conform to this interface are delivered by the file services to their clients.
RemoteFileException
          Base class for remote file system exceptions.
RemoteFileIOException
          Exception thrown when attempting an operation and it fails for IO reasons, such as the file is read-only.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.services.search
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.core.servicesubsystem
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
IHostFile
          Objects that conform to this interface are delivered by the file services to their clients.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.core.subsystems
IHostFile
          Objects that conform to this interface are delivered by the file services to their clients.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.dstore
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.ftp
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.local
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 

Classes in org.eclipse.rse.services.files used by org.eclipse.rse.subsystems.files.ssh
IFileService
          A IFileService is an abstraction of a file service that runs over some sort of connection.
 


RSE
Release 2.0

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