Interface ServerUtils.ProcessParameters

Enclosing class:
ServerUtils

public static interface ServerUtils.ProcessParameters
Forking process parameters.
  • Method Details

    • getMainClass

      String getMainClass()
      The main class name.
      Returns:
      the main class name.
    • getSystemProperties

      Map<String,String> getSystemProperties()
      The system properties.
      Returns:
      the system properties.
    • getClasspath

      List<File> getClasspath()
      The classpath for the server.
      Returns:
      the classpath.
    • getArguments

      List<String> getArguments()
      The process arguments.
      Returns:
      the arguments.
    • getJvmArguments

      List<String> getJvmArguments()
      The JVM process arguments.
      Returns:
      the JVM process arguments.
    • isCDSDumpInvocation

      default boolean isCDSDumpInvocation()