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, verifyWorkingDirectory
public 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.ILaunchConfigurationDelegate
launch
in class org.eclipse.jdt.launching.JavaLaunchDelegate
org.eclipse.core.runtime.CoreException
public java.lang.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
getVMArguments
in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
org.eclipse.core.runtime.CoreException