Class SystemUtils

java.lang.Object
org.apache.juneau.common.internal.SystemUtils

public class SystemUtils extends Object
System utilities.
  • Constructor Details

  • Method Details

    • shutdownMessage

      public static void shutdownMessage(Supplier<String> message)
      Adds a console message to display when the JVM shuts down.
      Parameters:
      message - The message to display.