Interface ServerUtils.ProcessParameters
- Enclosing class:
ServerUtils
public static interface ServerUtils.ProcessParameters
Forking process parameters.
-
Method Summary
Modifier and TypeMethodDescriptionThe process arguments.The classpath for the server.The JVM process arguments.The main class name.The system properties.default boolean
-
Method Details
-
getMainClass
-
getSystemProperties
-
getClasspath
-
getArguments
-
getJvmArguments
-
isCDSDumpInvocation
default boolean isCDSDumpInvocation()
-