java.lang.Object
org.apache.maven.plugin.surefire.booterclient.Platform

public final class Platform extends Object
Loads platform specifics.
Since:
2.20.1
Author:
Tibor Digana (tibor17)
  • Constructor Details

    • Platform

      public Platform()
  • Method Details

    • isShutdown

      public boolean isShutdown()
    • setShutdownState

      public void setShutdownState()
    • clearShutdownState

      public void clearShutdownState()
    • getPluginPid

      public Long getPluginPid()
    • getJdkExecAttributesForTests

      public JdkAttributes getJdkExecAttributesForTests()
    • withJdkExecAttributesForTests

      public Platform withJdkExecAttributesForTests(JdkAttributes jdk)