|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICoreUtils
Core utility service exposing metadata about the browser core in general, i.e. information which can not be associated to any one window, document, or object. Version changelog: 1.0 First release. 1.1 Idle detection now handles invalidation and SVG painting/animation. 1.2 Added GetBrowserInformation command. 1.3 Added ClearPrivateData.
| Method Summary | |
|---|---|
void |
clearPrivateData(List<CoreProtos.ClearFlags> flags)
Clears specified browser data. |
String |
getBinaryPath()
The full path of the currently running binary. |
String |
getCoreVersion()
Which Core version this instance is running, e.g. |
String |
getOperatingSystem()
Gets a string which describes the operating system the connected Opera instance is running on. |
Integer |
getProcessID()
Gets the process ID of connected Opera instance. |
String |
getProduct()
A string which describes the product. |
String |
getUserAgent()
Gets the User-Agent string, typically something like "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.01" |
boolean |
hasMetaInformation()
Whether this version of the CoreUtils service supports getting metadata. |
void |
init()
|
| Method Detail |
|---|
void init()
boolean hasMetaInformation()
String getCoreVersion()
String getOperatingSystem()
String getProduct()
String getBinaryPath()
String getUserAgent()
Integer getProcessID()
void clearPrivateData(List<CoreProtos.ClearFlags> flags)
flags - list of private data to be cleared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||