Package org.opengrok.indexer.history
Class SSCMHistoryParser
java.lang.Object
org.opengrok.indexer.history.SSCMHistoryParser
- All Implemented Interfaces:
 Executor.StreamHandler
- Author:
 - michailf
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidprocessStream(InputStream input) Process the output from the history command and insert the HistoryEntries into the history field. 
- 
Method Details
- 
processStream
Process the output from the history command and insert the HistoryEntries into the history field.- Specified by:
 processStreamin interfaceExecutor.StreamHandler- Parameters:
 input- The output from the process- Throws:
 IOException- If an error occurs while reading the stream
 
 -