Uses of Class
com.openfin.desktop.platform.PlatformSnapshot
-
Packages that use PlatformSnapshot Package Description com.openfin.desktop.platform -
-
Uses of PlatformSnapshot in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return types with arguments of type PlatformSnapshot Modifier and Type Method Description java.util.concurrent.CompletionStage<PlatformSnapshot>Platform. getSnapshot()Returns a snapshot of the platform in its current state.Methods in com.openfin.desktop.platform with parameters of type PlatformSnapshot Modifier and Type Method Description java.util.concurrent.CompletionStage<Platform>Platform. applySnapshot(PlatformSnapshot snapshot, PlatformSnapshotOptions opts)Adds a snapshot to a running Platform.
-