Class Platform
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.Platform
-
public final class Platform extends java.lang.ObjectLoads 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 JdkAttributesgetJdkExecAttributesForTests()java.lang.LonggetPluginPid()PlatformwithJdkExecAttributesForTests(JdkAttributes jdk)
-
-
-
Method Detail
-
getPluginPid
public java.lang.Long getPluginPid()
-
getJdkExecAttributesForTests
public JdkAttributes getJdkExecAttributesForTests()
-
withJdkExecAttributesForTests
public Platform withJdkExecAttributesForTests(JdkAttributes jdk)
-
-