Class CollectingLogOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.exec.LogOutputStream
edu.internet2.middleware.grouper.util.CollectingLogOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CollectingLogOutputStream extends org.apache.commons.exec.LogOutputStream
  • Constructor Details

    • CollectingLogOutputStream

      public CollectingLogOutputStream()
  • Method Details

    • processLine

      protected void processLine(String line, int level)
      Specified by:
      processLine in class org.apache.commons.exec.LogOutputStream
    • getLines

      public List<String> getLines()
    • getAllLines

      public String getAllLines()