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 Package
org.eclipse.rse.core.subsystems

Packages that use org.eclipse.rse.core.subsystems
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.connectorservice.dstore.util   
org.eclipse.rse.core   
org.eclipse.rse.core.events   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.shells.ui.view   
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.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. 
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
org.eclipse.rse.subsystems.terminals.core.elements   
org.eclipse.rse.subsystems.terminals.ssh   
org.eclipse.rse.ui   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters.actions   
org.eclipse.rse.ui.model   
org.eclipse.rse.ui.operations   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.connectorservice.dstore
AbstractConnectorService
          This is a base class to make it easier to create connector services.
AbstractConnectorServiceManager
          This class is only needed if you need/want to support multiple subsystems and want them to share a single IConnectorService object per connection.
AuthenticatingConnectorService
          An authenticating connector service understands the concept of credentials (see ICredentials) and possibly the concepts of user id and password.
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IConnectorServiceManager
          Connector Service Manager Interface.
IRemoteServerLauncher
          This is the implementation of IServerLauncherProperties.
IServerLauncher
          This interface captures the abstract lifecyle for launching the remote server, and subsequently connecting to it.
IServerLauncherProperties
          Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets
ISubSystem
          Interface implemented by SubSystem objects.
ServerLaunchType
          Server Launch Type Enum type.
SubSystem
          This class is designed to be subclassed.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.connectorservice.dstore.util
CommunicationsEvent
           
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.core
ISubSystemConfiguration
          Subsystem Configuration interface.
ISubSystemConfigurationProxy
          Interface to SubSystemConfigurationExtension class Internal use, not likely you will ever need to use it or access it directly.
ISystemRemoteObjectMatchProvider
          This interface is designed to allow remote property pages to be registered against specific remote system objects of specific name, type or subtype.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.core.events
ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.core.filters
ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.core.model
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ICredentials
           
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
ISubSystemConfigurationProxy
          Interface to SubSystemConfigurationExtension class Internal use, not likely you will ever need to use it or access it directly.
ISystemDragDropAdapter
           
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.core.subsystems
AbstractConnectorService
          This is a base class to make it easier to create connector services.
CommunicationsEvent
           
ICacheManager
          Interface for a cache manager that can optionally associated with a SubSystem.
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IConnectorServiceManager
          Connector Service Manager Interface.
ICredentials
           
ICredentialsProvider
          A credentials provider provides credentials to a connector service.
IDelegatingConnectorService
          A delegating connector service forwards all requests for information to another connector service.
IRemoteContainer
           
IRemoteObjectIdentifier
          Interface that remote objects must implement in order to be identifiable for drag and drop, clipboard support, and finding multiple occurrences of the same remote object in different contexts in the SystemView.
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
IRemoteServerLauncher
          This is the implementation of IServerLauncherProperties.
IServerLauncher
          This interface captures the abstract lifecyle for launching the remote server, and subsequently connecting to it.
IServerLauncherProperties
          Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
ISubSystemConfigurationProxy
          Interface to SubSystemConfigurationExtension class Internal use, not likely you will ever need to use it or access it directly.
RemoteChildrenContentsType
          Represents contents that are children of a container
ServerLauncher
          Abstract class intended to be extended to provide a means for starting a remote server from the client.
ServerLaunchType
          Server Launch Type Enum type.
SubSystem
          This class is designed to be subclassed.
SubSystem.SubSystemOperationJob
          Represents an operation that can be performed by the subsystem.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.files.ui.resources
ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.shells.ui.view
IRemoteObjectIdentifier
          Interface that remote objects must implement in order to be identifiable for drag and drop, clipboard support, and finding multiple occurrences of the same remote object in different contexts in the SystemView.
ISubSystem
          Interface implemented by SubSystem objects.
ISystemDragDropAdapter
           
ISystemRemoteObjectMatchProvider
          This interface is designed to allow remote property pages to be registered against specific remote system objects of specific name, type or subtype.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.core.model
ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.core.servicesubsystem
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteContainer
           
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
IRemotePropertyHolder
          This interface should be implemented by any remote artifact that contains remote properties and (optionally) caches them.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.core.subsystems
CommunicationsEvent
           
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteContainer
           
IRemoteLineReference
          This interface represents an object that can be used to jump into line in source
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
IRemotePropertyHolder
          This interface should be implemented by any remote artifact that contains remote properties and (optionally) caches them.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.dstore
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.ftp
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.local
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.files.ssh
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.core.subsystem
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.core.subsystem.impl
CommunicationsEvent
           
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.dstore
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.local
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.servicesubsystem
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.processes.shell.linux
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.core.model
IRemoteLineReference
          This interface represents an object that can be used to jump into line in source
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.core.subsystems
CommunicationsEvent
           
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteLineReference
          This interface represents an object that can be used to jump into line in source
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
IRemoteSystemEnvVar
           
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystem.SubSystemOperationJob
          Represents an operation that can be performed by the subsystem.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.dstore
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.local
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.ssh
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.shells.telnet
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.terminals.core
CommunicationsEvent
           
ICommunicationsListener
          ICommunicationsListener - listen to communication events
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IRemoteObjectResolver
          Interface for resolving an object in a subsystem from a unique ID.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystem
          This class is designed to be subclassed.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.terminals.core.elements
AbstractResource
          This class can be used as the base class for model objects that represent remote resources returned from the subsystem via resolveFilterStrings.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.subsystems.terminals.ssh
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
SubSystemConfiguration
          Abstract base class for subsystem configuration extension points.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.dialogs
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ICredentials
           
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.filters.actions
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.model
ISubSystem
          Interface implemented by SubSystem objects.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.operations
SubSystem
          This class is designed to be subclassed.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.propertypages
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.subsystems
AbstractConnectorService
          This is a base class to make it easier to create connector services.
AbstractCredentialsProvider
          The AbstractCredentialsProvider provides the base implementation of the ICredentialsProvider interface.
AuthenticatingConnectorService
          An authenticating connector service understands the concept of credentials (see ICredentials) and possibly the concepts of user id and password.
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ICredentials
           
ICredentialsProvider
          A credentials provider provides credentials to a connector service.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.view
IRemoteObjectIdentifier
          Interface that remote objects must implement in order to be identifiable for drag and drop, clipboard support, and finding multiple occurrences of the same remote object in different contexts in the SystemView.
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
ISystemDragDropAdapter
           
ISystemRemoteObjectMatchProvider
          This interface is designed to allow remote property pages to be registered against specific remote system objects of specific name, type or subtype.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.widgets
IServerLauncherProperties
          Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets
ISubSystemConfiguration
          Subsystem Configuration interface.
ServerLaunchType
          Server Launch Type Enum type.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.widgets.services
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
IServerLauncherProperties
          Implement this interface to provide peristable properties for server launching All properties to be persisted to be are stored and restored from associated IPropertySets
ISubSystemConfiguration
          Subsystem Configuration interface.
 

Classes in org.eclipse.rse.core.subsystems used by org.eclipse.rse.ui.wizards
IConnectorService
          A connector service provides the means of establishing a connection from a subsystem (or a number of subsystems) to a target system (a host).
ISubSystem
          Interface implemented by SubSystem objects.
ISubSystemConfiguration
          Subsystem Configuration interface.
 


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