Uses of Class
org.eclipse.jdt.launching.VMRunnerConfiguration
Packages that use VMRunnerConfiguration
Package
Description
Application programming interfaces related to launching JUnit tests.
Application programming interfaces for interaction
with the Eclipse Java launching support.
-
Uses of VMRunnerConfiguration in org.eclipse.jdt.junit.launcher
Methods in org.eclipse.jdt.junit.launcher that return VMRunnerConfigurationModifier and TypeMethodDescriptionprotected final VMRunnerConfigurationJUnitLaunchConfigurationDelegate.getVMRunnerConfiguration(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.debug.core.ILaunch launch, String mode, org.eclipse.core.runtime.IProgressMonitor monitor) Creates the VM runner configuration for the given JUnit launch configuration. -
Uses of VMRunnerConfiguration in org.eclipse.jdt.launching
Methods in org.eclipse.jdt.launching with parameters of type VMRunnerConfigurationModifier and TypeMethodDescriptionprotected String[]AbstractVMRunner.combineVmArgs(VMRunnerConfiguration configuration, IVMInstall vmInstall) Combines and returns VM arguments specified by the runner configuration, with those specified by the VM install, if any.protected booleanAbstractVMRunner.isModular(VMRunnerConfiguration config, IVMInstall vmInstall) Examines the project and install for presence of module and execution support.voidIVMRunner.run(VMRunnerConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor) Launches a Java VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.default StringIVMRunner.showCommandLine(VMRunnerConfiguration configuration, org.eclipse.debug.core.ILaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor) Gets the command line required to launch a Java VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.