Package com.openfin.desktop
Class System
java.lang.Object
com.openfin.desktop.OpenFinRuntime
com.openfin.desktop.System
public class System extends OpenFinRuntime
Deprecated.
replaced by
OpenFinRuntime
An 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
Modifier and Type Method Description static java.lang.String
getAdapterBuildTime()
Deprecated.Get build time of java adapterstatic java.lang.String
getAdapterVersion()
Deprecated.Get version info of java adapterMethods 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 Details
-
System
Deprecated.Constructor- Parameters:
connection
- Connection object to the AppDesktop- See Also:
DesktopConnection
-
-
Method Details
-
getAdapterVersion
public static java.lang.String getAdapterVersion()Deprecated.Get version info of java adapter- Returns:
- version information
-
getAdapterBuildTime
public static java.lang.String getAdapterBuildTime()Deprecated.Get build time of java adapter- Returns:
- build time
-