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.IRemoteFileSubSystemConfiguration

Packages that use IRemoteFileSubSystemConfiguration
org.eclipse.rse.files.ui.widgets   
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.core.util   
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. 
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.files.ui.widgets
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type IRemoteFileSubSystemConfiguration
static  ValidatorFileFilterString SystemFileFilterStringEditPane. getFileFilterStringValidator ( IRemoteFileSubSystemConfiguration ssFactory)
          Reusable method to return a name validator for creating/update a file system filter string.
 

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

Methods in org.eclipse.rse.subsystems.files.core.model that return IRemoteFileSubSystemConfiguration
static  IRemoteFileSubSystemConfiguration RemoteFileUtility. getFileSubSystemConfiguration ( IRSESystemType systemType)
          Return the first remote file subsystem configuration associated with a system type.
 

Methods in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration
 void RemoteFileFilterString. setSubSystemConfiguration ( IRemoteFileSubSystemConfiguration subsysFactory)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration
RemoteFileFilterString ( IRemoteFileSubSystemConfiguration subsysFactory)
          Constructor to use when there is no existing filter string.
RemoteFileFilterString ( IRemoteFileSubSystemConfiguration subsysFactory, String input)
          Constructor to use when an absolute filter string already exists.
RemoteFileFilterString ( IRemoteFileSubSystemConfiguration subsysFactory, String path, String input)
          Constructor to use when you have a path and filename filter or comma-separated file types list.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Subinterfaces of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem
 interface IFileServiceSubSystemConfiguration
           
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRemoteFileSubSystemConfiguration
 class FileServiceSubSystemConfiguration
           
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.subsystems
 

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileSubSystemConfiguration
 class RemoteFileSubSystemConfiguration
          Specialization for file subsystem configurations.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileSubSystemConfiguration
  IRemoteFileSubSystemConfiguration RemoteFileSubSystem. getParentRemoteFileSubSystemConfiguration ()
          Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration Assumes SubSystem.setSubSystemConfiguration(ISubSystemConfiguration) has already been called.
  IRemoteFileSubSystemConfiguration RemoteFile. getParentRemoteFileSubSystemConfiguration ()
          Return the parent subsystem factory
  IRemoteFileSubSystemConfiguration IRemoteFileSubSystem. getParentRemoteFileSubSystemConfiguration ()
          Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.util
 

Methods in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration
protected  boolean ValidatorFileFilterString. isCaseSensitive ( IRemoteFileSubSystemConfiguration ssConfig)
          Return true if case sensitive, false it not.
 

Constructors in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration
ValidatorFileFilterString ( IRemoteFileSubSystemConfiguration ssConfig)
          Use this constructor when the name need not be unique, and you just want the syntax checking.
ValidatorFileFilterString ( IRemoteFileSubSystemConfiguration ssConfig, String[] existingList)
          Constructor accepting an Array for the list of existing names.
ValidatorFileFilterString ( IRemoteFileSubSystemConfiguration ssConfig, Vector existingList)
          Constructor accepting a Vector for the list of existing names.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.dstore
 

Classes in org.eclipse.rse.subsystems.files.dstore that implement IRemoteFileSubSystemConfiguration
 class DStoreFileSubSystemConfiguration
           
 class DStoreWindowsFileSubSystemConfiguration
           
 

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

Classes in org.eclipse.rse.subsystems.files.ftp that implement IRemoteFileSubSystemConfiguration
 class FTPFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.local
 

Classes in org.eclipse.rse.subsystems.files.local that implement IRemoteFileSubSystemConfiguration
 class LocalFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

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

Classes in org.eclipse.rse.subsystems.files.ssh that implement IRemoteFileSubSystemConfiguration
 class SftpFileSubSystemConfiguration
           
 


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