com.pvx.ooadide.launchers
Class ProvideXLaunchConfigurationDelegate1
java.lang.Object
com.pvx.ooadide.launchers.ProvideXLaunchConfigurationDelegate1
- All Implemented Interfaces:
- org.eclipse.debug.core.model.ILaunchConfigurationDelegate
- Direct Known Subclasses:
- WindXLaunchConfigurationDelegate1
public class ProvideXLaunchConfigurationDelegate1
- extends java.lang.Object
- implements org.eclipse.debug.core.model.ILaunchConfigurationDelegate
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)
|
java.lang.String[] |
generateCommandLineArray(org.eclipse.debug.core.ILaunchConfiguration configuration,
ConsoleDisplayManager console,
org.eclipse.core.resources.IProject project,
java.lang.String prgName,
java.lang.String prg)
|
java.lang.String |
getIniFileName(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.resources.IProject project)
|
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvideXLaunchConfigurationDelegate1
public ProvideXLaunchConfigurationDelegate1()
launch
public void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Specified by:
launch
in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
- Throws:
org.eclipse.core.runtime.CoreException
generateCommandLineArray
public java.lang.String[] generateCommandLineArray(org.eclipse.debug.core.ILaunchConfiguration configuration,
ConsoleDisplayManager console,
org.eclipse.core.resources.IProject project,
java.lang.String prgName,
java.lang.String prg)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
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
- Throws:
org.eclipse.core.runtime.CoreException
getIniFileName
public java.lang.String getIniFileName(org.eclipse.debug.core.ILaunchConfiguration configuration,
org.eclipse.core.resources.IProject project)