public static interface WorkspaceBridge.Factory
WorkspaceBridge
. It seems to tend to become
a workspace relations type object, that is not tied to a particular DebugTargetImpl
,
but so far it only has 1 additional method.Modifier and Type | Method and Description |
---|---|
WorkspaceBridge |
attachedToVm(ConnectedTargetData connectedTargetData,
JavascriptVm javascriptVm)
Creates new instance of
WorkspaceBridge when connection to V8 VM is already
established. |
java.lang.String |
getDebugModelIdentifier() |
WorkspaceBridge.JsLabelProvider |
getLabelProvider()
Since we define here how scripts are mapped to workspace, we may want to specify
labels in UI.
|
WorkspaceBridge attachedToVm(ConnectedTargetData connectedTargetData, JavascriptVm javascriptVm)
WorkspaceBridge
when connection to V8 VM is already
established.java.lang.String getDebugModelIdentifier()
WorkspaceBridge.JsLabelProvider getLabelProvider()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.