Class Platform
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.Platform
-
public final class Platform extends java.lang.Object
Loads platform specifics.- 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 void
clearShutdownState()
JdkAttributes
getJdkExecAttributesForTests()
java.lang.Long
getPluginPid()
boolean
isShutdown()
void
setShutdownState()
Platform
withJdkExecAttributesForTests(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)
-
-