java.util.concurrent.CompletionStage<Platform> |
Platform.applySnapshot(PlatformSnapshot snapshot,
PlatformSnapshotOptions opts) |
Adds a snapshot to a running Platform.
|
java.util.concurrent.CompletionStage<Platform> |
Platform.applySnapshot(java.lang.String requestedSnapshot,
PlatformSnapshotOptions opts) |
Adds a snapshot to a running Platform.
|
static java.util.concurrent.CompletionStage<Platform> |
Platform.start(DesktopConnection desktopConnection,
PlatformOptions platformOptions) |
Creates and starts a Platform and returns a wrapped and running Platform instance.
|
static java.util.concurrent.CompletionStage<Platform> |
Platform.startFromManifest(DesktopConnection desktopConnection,
java.lang.String manifestUrl) |
Retrieves platforms's manifest and returns a wrapped and running Platform.
|