org.ujmp.core.util
Class ConsoleUtil

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

public class ConsoleUtil
extends Object


Constructor Summary
ConsoleUtil()
           
 
Method Summary
static String getSystemErr()
           
static String getSystemOut()
           
static void startRecordSystemErr()
           
static void startRecordSystemOut()
           
static void stopRecordSystemErr()
           
static void stopRecordSystemOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleUtil

public ConsoleUtil()
Method Detail

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()


Copyright © 2010. All Rights Reserved.