public class NodeJsRuntimeType
extends org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NODE_JS_RUNTIME_TYPE_ID |
Constructor and Description |
---|
NodeJsRuntimeType() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall |
doCreateRuntimeInstall(java.lang.String id)
Subclasses should return a new instance of the appropriate
IJSRuntimeInstall subclass from this method. |
protected IStatus |
doValidateInstallLocation(java.io.File tempFile)
Subclasses should return a validation additional to path existence
|
java.lang.String |
getName()
Returns the runtime type name for the current instance.
|
public static final java.lang.String NODE_JS_RUNTIME_TYPE_ID
public java.lang.String getName()
org.eclipse.wst.jsdt.core.runtime.IJSRuntimeType
protected org.eclipse.wst.jsdt.core.runtime.IJSRuntimeInstall doCreateRuntimeInstall(java.lang.String id)
org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeType
IJSRuntimeInstall
subclass from this method.doCreateRuntimeInstall
in class org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeType
id
- The runtime's id. The IJSRuntimeInstall
instance that is created must
return id
from its getId()
method.
Must not be null
.null
.protected IStatus doValidateInstallLocation(java.io.File tempFile)
org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeType
doValidateInstallLocation
in class org.eclipse.wst.jsdt.core.runtime.AbstractJSRuntimeType
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.