Class Platform
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.Platform
-
public final class Platform extends java.lang.ObjectLoads platform specifics. TODO simplify or remove when Java 8 support is dropped- Since:
- 2.20.1
- Author:
- Tibor Digana (tibor17)
-
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearShutdownState()JdkAttributesgetJdkExecAttributesForTests()java.lang.LonggetPluginPid()booleanisShutdown()voidsetShutdownState()PlatformwithJdkExecAttributesForTests(JdkAttributes jdk)
-
-
-
Method Detail
-
isShutdown
public boolean isShutdown()
-
setShutdownState
public void setShutdownState()
-
clearShutdownState
public void clearShutdownState()
-
getPluginPid
public java.lang.Long getPluginPid()
-
getJdkExecAttributesForTests
public JdkAttributes getJdkExecAttributesForTests()
-
withJdkExecAttributesForTests
public Platform withJdkExecAttributesForTests(JdkAttributes jdk)
-
-