public class JReFrameworkerLaunchDelegate
extends org.eclipse.jdt.launching.JavaLaunchDelegate
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JREFRAMEWORKER_LAUNCH_CONFIGURATION_TYPE |
| Constructor and Description |
|---|
JReFrameworkerLaunchDelegate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration)
Prepends the modified runtime jar to the boot classpath
|
void |
launch(org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String mode,
org.eclipse.debug.core.ILaunch launch,
org.eclipse.core.runtime.IProgressMonitor monitor) |
getBootpath, getBootpathExt, getClasspath, getEnvironment, getJavaLibraryPath, getJavaProject, getJavaProjectName, getMainTypeName, getProgramArguments, getVMConnectorId, getVMInstall, getVMInstallName, getVMInstallType, getVMInstallTypeId, getVMRunner, getVMSpecificAttributesMap, getWorkingDirectory, getWorkingDirectoryPath, handleDebugEvents, isAllowTerminate, isStopInMain, preLaunchCheck, verifyJavaProject, verifyMainTypeName, verifyVMInstall, verifyWorkingDirectorypublic static final java.lang.String JREFRAMEWORKER_LAUNCH_CONFIGURATION_TYPE
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
launch in interface org.eclipse.debug.core.model.ILaunchConfigurationDelegatelaunch in class org.eclipse.jdt.launching.JavaLaunchDelegateorg.eclipse.core.runtime.CoreExceptionpublic java.lang.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
getVMArguments in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegateorg.eclipse.core.runtime.CoreException