Package org.apache.juneau.common.utils
Class SystemUtils
java.lang.Object
org.apache.juneau.common.utils.SystemUtils
System utilities.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidshutdownMessage(Supplier<String> message) Adds a console message to display when the JVM shuts down.
- 
Constructor Details- 
SystemUtilsprotected SystemUtils()Constructor.
 
- 
- 
Method Details- 
shutdownMessageAdds a console message to display when the JVM shuts down.- Parameters:
- message- The message to display.
 
 
-