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
String getMainClass()The main class name.- Returns:
- the main class name.
-
getSystemProperties
The system properties.- Returns:
- the system properties.
-
getClasspath
The classpath for the server.- Returns:
- the classpath.
-
getArguments
The process arguments.- Returns:
- the arguments.
-
getJvmArguments
The JVM process arguments.- Returns:
- the JVM process arguments.
-
isCDSDumpInvocation
default boolean isCDSDumpInvocation()
-