public class ChromiumRuntimeInstall
extends org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeInstall
Constructor and Description |
---|
ChromiumRuntimeInstall(org.eclipse.wst.jsdt.core.runtime.IJSRuntimeType runtimeType,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.wst.jsdt.core.runtime.IJSRunner |
getJSRunner(java.lang.String mode)
Returns a JavaScript runner that runs this installed runtime in the given mode.
|
public ChromiumRuntimeInstall(org.eclipse.wst.jsdt.core.runtime.IJSRuntimeType runtimeType, java.lang.String id)
public org.eclipse.wst.jsdt.core.runtime.IJSRunner getJSRunner(java.lang.String mode)
org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall
getJSRunner
in interface org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall
getJSRunner
in class org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeInstall
mode
- the mode the JSRuntime should be launched in; one of the constants
declared in org.eclipse.debug.core.ILaunchManager
null
if the given mode
is not supported.org.eclipse.debug.core.ILaunchManager
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.