Class SystemUtils
java.lang.Object
org.apache.juneau.common.internal.SystemUtils
System utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidshutdownMessage(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.
-