| Package | Description |
|---|---|
| com.opera.core.systems.scope.handlers | |
| com.opera.core.systems.scope.protos | |
| com.opera.core.systems.scope.services |
Interfaces for all the Scope services used.
|
| com.opera.core.systems.scope.stp.services |
Implementations of the Scope service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeEventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo info) |
void |
EventHandler.onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
Fired when a new runtime started is received Runtime-started is needed for tracking EcmaScript
injections.
|
| Modifier and Type | Method and Description |
|---|---|
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.Builder.build() |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.Builder.buildPartial() |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.getDefaultInstance() |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.getDefaultInstanceForType() |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.Builder.getDefaultInstanceForType() |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeListOrBuilder.getRuntimeList(int index) |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeList.getRuntimeList(int index) |
EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeList.Builder.getRuntimeList(int index) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseDelimitedFrom(InputStream input) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(byte[] data) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.ByteString data) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(InputStream input) |
static EsdbgProtos.RuntimeInfo |
EsdbgProtos.RuntimeInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<EsdbgProtos.RuntimeInfo> |
EsdbgProtos.RuntimeListOrBuilder.getRuntimeListList() |
List<EsdbgProtos.RuntimeInfo> |
EsdbgProtos.RuntimeList.getRuntimeListList() |
List<EsdbgProtos.RuntimeInfo> |
EsdbgProtos.RuntimeList.Builder.getRuntimeListList() |
| Modifier and Type | Method and Description |
|---|---|
EsdbgProtos.RuntimeList.Builder |
EsdbgProtos.RuntimeList.Builder.addRuntimeList(EsdbgProtos.RuntimeInfo value) |
EsdbgProtos.RuntimeList.Builder |
EsdbgProtos.RuntimeList.Builder.addRuntimeList(int index,
EsdbgProtos.RuntimeInfo value) |
EsdbgProtos.RuntimeInfo.Builder |
EsdbgProtos.RuntimeInfo.Builder.mergeFrom(EsdbgProtos.RuntimeInfo other) |
static EsdbgProtos.RuntimeInfo.Builder |
EsdbgProtos.RuntimeInfo.newBuilder(EsdbgProtos.RuntimeInfo prototype) |
EsdbgProtos.RuntimeList.Builder |
EsdbgProtos.RuntimeList.Builder.setRuntimeList(int index,
EsdbgProtos.RuntimeInfo value) |
| Modifier and Type | Method and Description |
|---|---|
EsdbgProtos.RuntimeList.Builder |
EsdbgProtos.RuntimeList.Builder.addAllRuntimeList(Iterable<? extends EsdbgProtos.RuntimeInfo> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.addRuntime(EsdbgProtos.RuntimeInfo info)
Adds a runtime to the list of runtimes maintained in the service (STP/1 only)
|
void |
Debugger.setRuntime(EsdbgProtos.RuntimeInfo runtime)
Sets the runtime to be used in injection required for event handler (STP/1 only)
|
| Modifier and Type | Method and Description |
|---|---|
protected EsdbgProtos.RuntimeInfo |
ScopeEcmascriptDebugger.findRuntime()
Find the runtime for injection (default) Typically this is _top runtime with the active window
that has focus
|
protected EsdbgProtos.RuntimeInfo |
ScopeEcmascriptDebugger.findRuntime(int windowId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<EsdbgProtos.RuntimeInfo> |
ScopeEcmascriptDebugger.listRuntimes(boolean allRuntimes) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeEcmascriptService.addRuntime(EsdbgProtos.RuntimeInfo info) |
void |
MockEcmascriptDebugger.addRuntime(EsdbgProtos.RuntimeInfo info) |
void |
ScopeEcmascriptDebugger.addRuntime(EsdbgProtos.RuntimeInfo runtime) |
void |
ScopeEcmascriptService.setRuntime(EsdbgProtos.RuntimeInfo runtime) |
void |
MockEcmascriptDebugger.setRuntime(EsdbgProtos.RuntimeInfo runtime) |
void |
ScopeEcmascriptDebugger.setRuntime(EsdbgProtos.RuntimeInfo runtime) |
Copyright © 2013. All Rights Reserved.