Package com.openfin.desktop
Class System
- java.lang.Object
-
- com.openfin.desktop.OpenFinRuntime
-
- com.openfin.desktop.System
-
public class System extends OpenFinRuntime
Deprecated.replaced byOpenFinRuntimeAn object representing the core of the OpenFin Desktop. Allows the developer to perform system-level actions, such as accessing logs, viewing processes, clearing the cache and exiting the Desktop.
-
-
Field Summary
-
Fields inherited from class com.openfin.desktop.OpenFinRuntime
configPayload, connection, eventListenerPayload
-
-
Constructor Summary
Constructors Constructor Description System(DesktopConnection connection)Deprecated.Constructor
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringgetAdapterBuildTime()Deprecated.Get build time of java adapterstatic java.lang.StringgetAdapterVersion()Deprecated.Get version info of java adapter-
Methods inherited from class com.openfin.desktop.OpenFinRuntime
addEventListener, addEventListener, clearCache, clearCache, deleteCacheOnRestart, deleteCacheOnRestart, exit, getAllApplications, getAllWindows, getCommandLineArguments, getConfig, getEntityInfo, getEnvironmentVariable, getEnvironmentVariables, getHostSpecs, getInstallInfo, getLog, getLogList, getMachineId, getMonitorInfo, getMonitorInfoAsync, getMousePosition, getProcessList, getProxySettings, getRuntimeInfo, getRvmInfo, getVersion, launchExternalProcess, launchExternalProcess, launchManifest, log, log, openUrlWithBrowser, openUrlWithBrowser, releaseExternalProcess, removeEventListener, resolveProxy, setClipboard, setCookie, setCookie, showDeveloperTools, terminateExternalProcess, updateProxySettings
-
-
-
-
Constructor Detail
-
System
public System(DesktopConnection connection)
Deprecated.Constructor- Parameters:
connection- Connection object to the AppDesktop- See Also:
DesktopConnection
-
-