Class ConsoleUtil

java.lang.Object
org.ujmp.core.util.ConsoleUtil

public class ConsoleUtil extends Object
  • Field Details

  • Constructor Details

    • ConsoleUtil

      public ConsoleUtil()
  • Method Details

    • startRecordSystemOut

      public static void startRecordSystemOut()
    • startRecordSystemErr

      public static void startRecordSystemErr()
    • stopRecordSystemOut

      public static void stopRecordSystemOut()
    • stopRecordSystemErr

      public static void stopRecordSystemErr()
    • getSystemOut

      public static String getSystemOut()
    • getSystemErr

      public static String getSystemErr()