com.pvx.ooadide.launchers.thinclients
Class WindXLaunchConfigurationDelegate1

java.lang.Object
  extended by com.pvx.ooadide.launchers.ProvideXLaunchConfigurationDelegate1
      extended by com.pvx.ooadide.launchers.thinclients.WindXLaunchConfigurationDelegate1
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate

public class WindXLaunchConfigurationDelegate1
extends ProvideXLaunchConfigurationDelegate1


Constructor Summary
WindXLaunchConfigurationDelegate1()
           
 
Method Summary
 java.lang.String generateCommandLine(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, ConsoleDisplayManager console, org.eclipse.core.resources.IProject project, java.lang.String prgName, java.lang.String prg, int requestPort, int eventPort)
           
static boolean launchDebugPvxHost(int requestPort, int eventPort, java.lang.String outDir, int socket, org.eclipse.debug.core.ILaunch launch)
           
 
Methods inherited from class com.pvx.ooadide.launchers.ProvideXLaunchConfigurationDelegate1
generateCommandLineArray, getIniFileName, launch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindXLaunchConfigurationDelegate1

public WindXLaunchConfigurationDelegate1()
Method Detail

generateCommandLine

public java.lang.String generateCommandLine(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                            org.eclipse.debug.core.ILaunch launch,
                                            ConsoleDisplayManager console,
                                            org.eclipse.core.resources.IProject project,
                                            java.lang.String prgName,
                                            java.lang.String prg,
                                            int requestPort,
                                            int eventPort)
                                     throws org.eclipse.core.runtime.CoreException
Overrides:
generateCommandLine in class ProvideXLaunchConfigurationDelegate1
Throws:
org.eclipse.core.runtime.CoreException

launchDebugPvxHost

public static boolean launchDebugPvxHost(int requestPort,
                                         int eventPort,
                                         java.lang.String outDir,
                                         int socket,
                                         org.eclipse.debug.core.ILaunch launch)