Remote Systems
v6.4.1

com.ibm.etools.systems.launch.remoteexternaltools
Class RemoteProgramLaunchDelegate.LaunchRunnable

java.lang.Object
  extended bycom.ibm.etools.systems.launch.remoteexternaltools.RemoteProgramLaunchDelegate.LaunchRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
RemoteProgramLaunchDelegate

protected class RemoteProgramLaunchDelegate.LaunchRunnable
extends Object
implements Runnable


Field Summary
protected  String _cmdLine
           
protected  ILaunchConfiguration _configuration
           
protected  boolean _isBuild
           
protected  ILaunch _launch
           
protected  IProject _project
           
protected  RemoteCmdSubSystem _rcss
           
protected  IRemoteFile _workingDir
           
 
Constructor Summary
RemoteProgramLaunchDelegate.LaunchRunnable(RemoteCmdSubSystem rcss, String cmdLine, IRemoteFile workingDir, ILaunchConfiguration configuration, ILaunch launch, boolean isBuild, IProject project)
           
 
Method Summary
 void run()
           
protected  void showInView(IRemoteCommandShell cmd, boolean update)
          shows the command in the commands view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcss

protected RemoteCmdSubSystem _rcss

_cmdLine

protected String _cmdLine

_workingDir

protected IRemoteFile _workingDir

_configuration

protected ILaunchConfiguration _configuration

_launch

protected ILaunch _launch

_project

protected IProject _project

_isBuild

protected boolean _isBuild
Constructor Detail

RemoteProgramLaunchDelegate.LaunchRunnable

public RemoteProgramLaunchDelegate.LaunchRunnable(RemoteCmdSubSystem rcss,
                                                  String cmdLine,
                                                  IRemoteFile workingDir,
                                                  ILaunchConfiguration configuration,
                                                  ILaunch launch,
                                                  boolean isBuild,
                                                  IProject project)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

showInView

protected void showInView(IRemoteCommandShell cmd,
                          boolean update)
shows the command in the commands view


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.