public class MigrationLaunchConfigurationDelegate
extends org.eclipse.jdt.launching.JavaLaunchDelegate
| Constructor and Description |
|---|
MigrationLaunchConfigurationDelegate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMainTypeName(org.eclipse.debug.core.ILaunchConfiguration configuration) |
String |
getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
boolean |
preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor) |
getBootpath, getBootpathExt, getClasspath, getEnvironment, getJavaLibraryPath, getJavaProject, getJavaProjectName, getVMArguments, getVMConnectorId, getVMInstall, getVMInstallName, getVMInstallType, getVMInstallTypeId, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, getWorkingDirectoryPath, handleDebugEvents, isAllowTerminate, isStopInMain, verifyJavaProject, verifyMainTypeName, verifyVMInstall, verifyWorkingDirectorypublic MigrationLaunchConfigurationDelegate()
public boolean preLaunchCheck(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
preLaunchCheck in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate2preLaunchCheck in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionpublic void launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
launch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegatelaunch in class org.eclipse.jdt.launching.JavaLaunchDelegateorg.eclipse.core.runtime.CoreExceptionpublic String getMainTypeName(org.eclipse.debug.core.ILaunchConfiguration configuration)
getMainTypeName in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegatepublic String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getProgramArguments in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreExceptionCopyright © 2020. All rights reserved.