com.ibm.etools.systems.launch.remoteexternaltools
Class RemoteProgramLaunchDelegate.LaunchRunnable
java.lang.Object
com.ibm.etools.systems.launch.remoteexternaltools.RemoteProgramLaunchDelegate.LaunchRunnable
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- RemoteProgramLaunchDelegate
- protected class RemoteProgramLaunchDelegate.LaunchRunnable
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
RemoteProgramLaunchDelegate.LaunchRunnable
public RemoteProgramLaunchDelegate.LaunchRunnable(RemoteCmdSubSystem rcss,
String cmdLine,
IRemoteFile workingDir,
ILaunchConfiguration configuration,
ILaunch launch,
boolean isBuild,
IProject project)
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
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.