RSE
Release 3.4

Uses of Interface
org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCmdSubSystem

Packages that use IRemoteCmdSubSystem
org.eclipse.rse.shells.ui   
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. 
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.shells.ui
 

Methods in org.eclipse.rse.shells.ui that return IRemoteCmdSubSystem
static IRemoteCmdSubSystem RemoteCommandHelpers.getCmdSubSystem(IHost connection)
           
static IRemoteCmdSubSystem[] RemoteCommandHelpers.getCmdSubSystems(IHost connection)
           
 

Methods in org.eclipse.rse.shells.ui with parameters of type IRemoteCmdSubSystem
static boolean RemoteCommandHelpers.runUniversalCommand(Shell shell, String cmdString, String path, IRemoteCmdSubSystem cmdSubSystem)
           
static boolean RemoteCommandHelpers.runUniversalCommand(Shell shell, String cmdString, String path, IRemoteCmdSubSystem cmdSubSystem, boolean isCompile)
          Encapsulation of code needed to run a universal subsystem command.
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.model
 

Fields in org.eclipse.rse.subsystems.shells.core.model declared as IRemoteCmdSubSystem
protected  IRemoteCmdSubSystem RemoteCommandShell._cmdSubSystem
           
protected  IRemoteCmdSubSystem RemoteCommandShellOperation._cmdSubSystem
           
protected  IRemoteCmdSubSystem SimpleCommandOperation._subsystem
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model that return IRemoteCmdSubSystem
 IRemoteCmdSubSystem RemoteCommandShell.getCommandSubSystem()
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystem
 RemoteCommandShellOperation RemoteCommandShellOperationManager.findRemoteCommandShellOperation(IRemoteCmdSubSystem ss, IProject project, Class type)
           
 

Constructors in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystem
RemoteCommandShell(IRemoteCmdSubSystem cmdSubSystem)
           
RemoteCommandShellOperation(Shell shell, IRemoteCmdSubSystem cmdSubSystem, IRemoteFile pwd)
          Constructor
SimpleCommandOperation(IRemoteCmdSubSystem subsystem, IRemoteFile workingDirectory, boolean runAsShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems that implement IRemoteCmdSubSystem
 class RemoteCmdSubSystem
          This is the abstraction of a subsystem specialized for remote execution of commands.
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteCmdSubSystem
 IRemoteCmdSubSystem RemoteCmdSubSystem.getCommandSubSystem()
          Return the associated command subsystem.
 IRemoteCmdSubSystem IRemoteCommandShell.getCommandSubSystem()
          Return the command subsystem associated with this command
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Subinterfaces of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 interface IShellServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement IRemoteCmdSubSystem
 class ShellServiceSubSystem
           
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IRemoteCmdSubSystem
 IServiceCommandShell ShellServiceSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
protected  IServiceCommandShell ShellServiceSubSystem.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 IServiceCommandShell IShellServiceSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Constructors in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IRemoteCmdSubSystem
ServiceCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.dstore
 

Methods in org.eclipse.rse.subsystems.shells.dstore with parameters of type IRemoteCmdSubSystem
 IServiceCommandShell DStoreShellSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.local
 

Methods in org.eclipse.rse.subsystems.shells.local with parameters of type IRemoteCmdSubSystem
 IServiceCommandShell LocalShellSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.ssh
 

Methods in org.eclipse.rse.subsystems.shells.ssh with parameters of type IRemoteCmdSubSystem
 IServiceCommandShell SshShellSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.telnet
 

Methods in org.eclipse.rse.subsystems.shells.telnet with parameters of type IRemoteCmdSubSystem
 IServiceCommandShell TelnetShellSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 


RSE
Release 3.4

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