Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
Modifier and Type | Method and Description |
---|---|
Version |
UnsupportedVersionException.getLocalVersion() |
Version |
UnsupportedVersionException.getRemoteVersion() |
Version |
JavascriptVm.getVersion() |
static Version |
Version.parseString(java.lang.String text)
Parses string as version as far as it is dot-delimited integer numbers.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other) |
Constructor and Description |
---|
UnsupportedVersionException(Version localVersion,
Version remoteVersion) |
UnsupportedVersionException(Version localVersion,
Version remoteVersion,
java.lang.String message) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.