public class ChromiumRunner
extends java.lang.Object
implements org.eclipse.wst.jsdt.core.runtime.IJSRunner
Constructor and Description |
---|
ChromiumRunner(org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall jsRuntimeInstall) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
combineRuntimeArgs(org.eclipse.wst.jsdt.core.runtime.JSRunnerConfiguration configuration,
org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall jsRuntimeInstall2) |
IProcess |
run(org.eclipse.wst.jsdt.core.runtime.JSRunnerConfiguration configuration,
ILaunch launch,
IProgressMonitor monitor)
Launches a JavaScript runtime environment as specified in the
given configuration, contributing results (debug targets and processes),
to the given launch.
|
public ChromiumRunner(org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall jsRuntimeInstall)
public IProcess run(org.eclipse.wst.jsdt.core.runtime.JSRunnerConfiguration configuration, ILaunch launch, IProgressMonitor monitor) throws CoreException
org.eclipse.wst.jsdt.core.runtime.IJSRunner
run
in interface org.eclipse.wst.jsdt.core.runtime.IJSRunner
configuration
- the configuration settings for this runlaunch
- the launch to contribute tomonitor
- progress monitor or null
CoreException
- if an exception occurs while launchingprotected java.lang.String[] combineRuntimeArgs(org.eclipse.wst.jsdt.core.runtime.JSRunnerConfiguration configuration, org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall jsRuntimeInstall2)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.