RSE
Release 3.0

Package org.eclipse.rse.subsystems.processes.shell.linux

Application programming interface for creating customized shell process subsystems.

See:
          Description

Class Summary
ShellProcessSubSystemConfiguration This class is used by org.eclipse.rse.core.subsystemConfigurations extension that defines the process subsystem using ssh protocol on linux remote targets.
 

Package org.eclipse.rse.subsystems.processes.shell.linux Description

Application programming interface for creating customized shell process subsystems.

Package Specification

The package provides support classes for creating customized shell process subsystems.

The class ShellProcessSubSystemConfiguration is the main factory for creating a shell process subsystem: a process subsystem that gathers its data by running commands on a remote system through a shell subsystem that's registered against the same host. By deriving from it, extenders can create their customized shell process subsystem configuration which can then be registered against their system types. A custom SubSystemConfigurationAdapter can be registered for UI-specific customizations. Possible customizations include:


RSE
Release 3.0

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