RSE
Release 2.0

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
 boolean SystemTarHandler.add(File file, String virtualPath, String name, String encoding, ISystemFileTypes registry)
           
 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 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.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 2.0

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