Class SystemUtils
java.lang.Object
org.apache.juneau.common.internal.SystemUtils
System utilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
shutdownMessage
(Supplier<String> message) Adds a console message to display when the JVM shuts down.
-
Constructor Details
-
SystemUtils
public SystemUtils()
-
-
Method Details
-
shutdownMessage
Adds a console message to display when the JVM shuts down.- Parameters:
message
- The message to display.
-