Class Platform
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.Platform
Loads platform specifics.
- Since:
- 2.20.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JdkAttributes
private final RunnableFuture<Long>
private boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPlatform()
private
Platform
(RunnableFuture<Long> pluginPidJob, JdkAttributes jdk) -
Method Summary
-
Field Details
-
pluginPidJob
-
jdk
-
shutdown
private volatile boolean shutdown
-
-
Constructor Details
-
Platform
public Platform() -
Platform
-
-
Method Details
-
isShutdown
public boolean isShutdown() -
setShutdownState
public void setShutdownState() -
clearShutdownState
public void clearShutdownState() -
getPluginPid
-
getJdkExecAttributesForTests
-
withJdkExecAttributesForTests
-
pidJob
-