Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.debug.core.model |
Modifier and Type | Method and Description |
---|---|
RelayOk |
UpdatableScript.previewSetSource(java.lang.String newSource,
UpdatableScript.UpdateCallback callback,
SyncCallback syncCallback)
Same as
UpdatableScript.setSourceOnRemote(java.lang.String, org.eclipse.wst.jsdt.chromium.UpdatableScript.UpdateCallback, org.eclipse.wst.jsdt.chromium.SyncCallback) , but does not actually update a script, only provides
a description of the planned changes. |
RelayOk |
UpdatableScript.setSourceOnRemote(java.lang.String newSource,
UpdatableScript.UpdateCallback callback,
SyncCallback syncCallback)
Demands that script text should be replaced with a new one if possible.
|
Modifier and Type | Method and Description |
---|---|
RelayOk |
PushChangesPlan.execute(boolean previewOnly,
UpdatableScript.UpdateCallback callback,
SyncCallback syncCallback) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.