Package | Description |
---|---|
com.openfin.desktop.platform |
Modifier and Type | Method and Description |
---|---|
static Platform |
Platform.wrap(String uuid,
DesktopConnection desktopConnection)
Synchronously returns a Platform object that represents an existing platform.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<Platform> |
Platform.applySnapshot(PlatformSnapshot snapshot,
PlatformSnapshotOptions opts)
Adds a snapshot to a running Platform.
|
CompletionStage<Platform> |
Platform.applySnapshot(String requestedSnapshot,
PlatformSnapshotOptions opts)
Adds a snapshot to a running Platform.
|
static CompletionStage<Platform> |
Platform.start(DesktopConnection desktopConnection,
PlatformOptions platformOptions)
Deprecated.
use launchManifest() instead.
|
static CompletionStage<Platform> |
Platform.startFromManifest(DesktopConnection desktopConnection,
String manifestUrl)
Retrieves platforms's manifest and returns a wrapped and running Platform.
|
Copyright © 2022. All rights reserved.