|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IRemoteCmdSubSystem in org.eclipse.rse.internal.subsystems.shells.subsystems |
|---|
| Classes in org.eclipse.rse.internal.subsystems.shells.subsystems that implement IRemoteCmdSubSystem | |
class |
org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystem
This is the abstraction of a subsystem specialized for remote execution of commands. |
| 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.shells.ui.actions |
|---|
| Methods in org.eclipse.rse.shells.ui.actions with parameters of type IRemoteCmdSubSystem | |
void |
SystemCommandAction.setSubSystem(IRemoteCmdSubSystem ss)
|
| Constructors in org.eclipse.rse.shells.ui.actions with parameters of type IRemoteCmdSubSystem | |
SystemCommandAction(Shell parent,
boolean isShell,
IRemoteCmdSubSystem cmdSubSystem)
Constructor for SystemCommandAction |
|
SystemCommandAction(String title,
Shell parent,
boolean isShell,
IRemoteCmdSubSystem cmdSubSystem)
Constructor for SystemCommandAction |
|
SystemCommandAction(String title,
String tooltip,
Shell parent,
boolean isShell,
IRemoteCmdSubSystem cmdSubSystem)
Constructor for SystemCommandAction |
|
SystemCommandAction(String title,
String tooltip,
ImageDescriptor descriptor,
Shell parent,
boolean isShell,
IRemoteCmdSubSystem cmdSubSystem)
Constructor for SystemCommandAction |
|
| Uses of IRemoteCmdSubSystem in org.eclipse.rse.shells.ui.view |
|---|
| Methods in org.eclipse.rse.shells.ui.view that return IRemoteCmdSubSystem | |
IRemoteCmdSubSystem[] |
SystemCommandsViewPart.CommandSubmenuManager.getSubSystems()
|
| Methods in org.eclipse.rse.shells.ui.view with parameters of type IRemoteCmdSubSystem | |
IAction |
ShellServiceSubSystemConfigurationAdapter.getCommandShellAction(IRemoteCmdSubSystem selectedSubSystem,
Shell shell)
|
protected void |
SystemCommandsViewPart.restoreCommandShells(IRemoteCmdSubSystem cmdSS)
|
| Constructors in org.eclipse.rse.shells.ui.view with parameters of type IRemoteCmdSubSystem | |
SystemCommandsViewPart.ShellAction(String title,
ImageDescriptor image,
IRemoteCmdSubSystem cmdSubSystem)
|
|
SystemCommandsViewPart.CommandSubSystemDisconnectedRunnable(IRemoteCmdSubSystem subsystem)
|
|
SystemCommandsViewPart.CommandSubmenuManager(IHost connection,
IRemoteCmdSubSystem[] subsystems)
|
|
| 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 |
RemoteCommandShellOperation._cmdSubSystem
|
| 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 | |
SimpleCommandOperation(IRemoteCmdSubSystem subsystem,
IRemoteFile workingDirectory)
|
|
RemoteCommandShellOperation(Shell shell,
IRemoteCmdSubSystem cmdSubSystem,
IRemoteFile pwd)
|
|
| Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems |
|---|
| Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteCmdSubSystem | |
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 |
IShellServiceSubSystemConfiguration.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS,
IHostShell hostShell)
|
protected IServiceCommandShell |
ShellServiceSubSystem.createRemoteCommandShell(IRemoteCmdSubSystem cmdSS,
IHostShell hostShell)
|
IServiceCommandShell |
ShellServiceSubSystemConfiguration.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.dstore.model |
|---|
| Constructors in org.eclipse.rse.subsystems.shells.dstore.model with parameters of type IRemoteCmdSubSystem | |
DStoreServiceCommandShell(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.local.model |
|---|
| Constructors in org.eclipse.rse.subsystems.shells.local.model with parameters of type IRemoteCmdSubSystem | |
LocalServiceCommandShell(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)
|
| Constructors in org.eclipse.rse.subsystems.shells.ssh with parameters of type IRemoteCmdSubSystem | |
SshServiceCommandShell(IRemoteCmdSubSystem cmdSS,
IHostShell hostShell)
|
|
|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||