Class SSCMHistoryParser

java.lang.Object
org.opengrok.indexer.history.SSCMHistoryParser
All Implemented Interfaces:
Executor.StreamHandler

public class SSCMHistoryParser extends Object implements Executor.StreamHandler
Author:
michailf
  • Method Details

    • processStream

      public void processStream(InputStream input) throws IOException
      Process the output from the history command and insert the HistoryEntries into the history field.
      Specified by:
      processStream in interface Executor.StreamHandler
      Parameters:
      input - The output from the process
      Throws:
      IOException - If an error occurs while reading the stream