public interface DesktopUtils extends Service
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCachePreferencesPath() |
String |
getLargePreferencesPath() |
String |
getOperaPath() |
int |
getOperaPid()
Gets process id of connected Opera instance.
|
String |
getSmallPreferencesPath() |
String |
getString(String enumText,
boolean stripAmpersand)
Gets the string specified by the given string id.
|
String |
getSubstitutedString(String[] arg,
boolean stripAmpersand) |
String |
removeCR(String text)
Used to stop problems comparing strings that have just \n with those with \r\n.
|
getServiceName, getServiceVersion, initstatic final String SERVICE_NAME
String getOperaPath()
String getLargePreferencesPath()
String getSmallPreferencesPath()
String getCachePreferencesPath()
String getString(String enumText, boolean stripAmpersand)
String removeCR(String text)
text - to remove the \r's fromint getOperaPid()
Copyright © 2013. All Rights Reserved.