RSE
Release 1.0

Uses of Interface
org.eclipse.rse.services.clientserver.ISystemFileTypes

Packages that use ISystemFileTypes
org.eclipse.rse.services.clientserver.archiveutils   
org.eclipse.rse.services.dstore.files   
org.eclipse.rse.services.local.files   
org.eclipse.rse.subsystems.files.core.model   
 

Uses of ISystemFileTypes in org.eclipse.rse.services.clientserver.archiveutils
 

Methods in org.eclipse.rse.services.clientserver.archiveutils with parameters of type ISystemFileTypes
 boolean SystemZipHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes registry)
           
 boolean SystemTarHandler.add(File file, String virtualPath, String name, String encoding, ISystemFileTypes registry)
           
 boolean SystemTarHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery)
           
 boolean ISystemArchiveHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery)
          Compresses the file file and adds it to the archive, saving it in the encoding specified by encoding if the isText is true.
 

Uses of ISystemFileTypes in org.eclipse.rse.services.dstore.files
 

Fields in org.eclipse.rse.services.dstore.files declared as ISystemFileTypes
protected  ISystemFileTypes DStoreFileService._fileTypeRegistry
           
 

Constructors in org.eclipse.rse.services.dstore.files with parameters of type ISystemFileTypes
DStoreFileService(org.eclipse.dstore.core.model.IDataStoreProvider dataStoreProvider, ISystemFileTypes fileTypeRegistry, ISystemMessageProvider msgProvider)
           
 

Uses of ISystemFileTypes in org.eclipse.rse.services.local.files
 

Fields in org.eclipse.rse.services.local.files declared as ISystemFileTypes
protected  ISystemFileTypes LocalFileService._fileTypeRegistry
           
 

Constructors in org.eclipse.rse.services.local.files with parameters of type ISystemFileTypes
LocalFileService(ISystemFileTypes fileTypeRegistry)
           
 

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

Subinterfaces of ISystemFileTypes in org.eclipse.rse.subsystems.files.core.model
 interface ISystemFileTransferModeRegistry
           
 

Classes in org.eclipse.rse.subsystems.files.core.model that implement ISystemFileTypes
 class SystemFileTransferModeRegistry
          An internal class.
 


RSE
Release 1.0

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