RSE
Release 3.3

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

Packages that use ISystemFileTypes
org.eclipse.rse.services.clientserver.archiveutils   
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
 void SystemTarHandler.add(File file, String virtualPath, String name, String encoding, ISystemFileTypes registry, ISystemOperationMonitor archiveOperationMonitor)
          Compresses the file file and adds it to the archive, saving it in the encoding specified by encoding if saving in text mode.
 void ISystemArchiveHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery, ISystemOperationMonitor archiveOperationMonitor)
          Compresses the file file and adds it to the archive, saving it in the encoding specified by encoding if the isText is true. placing it in the virtual directory virtualPath.
 void SystemZipHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes registry, ISystemOperationMonitor archiveOperationMonitor)
          Compresses the file file and adds it to the archive, saving it in the encoding specified by encoding if the isText is true. placing it in the virtual directory virtualPath.
 void SystemTarHandler.add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery, ISystemOperationMonitor archiveOperationMonitor)
          Compresses the file file and adds it to the archive, saving it in the encoding specified by encoding if the isText is true. placing it in the virtual directory virtualPath.
 

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

Subinterfaces of ISystemFileTypes in org.eclipse.rse.subsystems.files.core.model
 interface ISystemFileTransferModeRegistry
          Registry for associating file types with transfer modes.
 


RSE
Release 3.3

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