Package com.polarion.platform.core
Class PlatformContext
java.lang.Object
com.polarion.platform.core.PlatformContext
The platform context. Contains a platform implementation. Must be initialized
before using the platform services
- Author:
- POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPlatform
static void
initPlatform
(IPlatform platform) static boolean
static void
runInPlatform
(IPlatform platform, Runnable runable) Deprecated.in 3.17.0 without replacement
-
Method Details
-
initPlatform
-
runInPlatform
@Deprecated public static void runInPlatform(@NotNull IPlatform platform, @NotNull Runnable runable) Deprecated.in 3.17.0 without replacement -
getPlatform
-
isInitialized
public static boolean isInitialized()
-