Class ClearCaseAnnotationParser

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

public class ClearCaseAnnotationParser extends Object implements Executor.StreamHandler
handles parsing the output of the cleartool annotate command into an annotation object.
  • Constructor Details

    • ClearCaseAnnotationParser

      public ClearCaseAnnotationParser(String fileName)
      Parameters:
      fileName - the name of the file being annotated
  • Method Details

    • getAnnotation

      public Annotation getAnnotation()
      Returns the annotation that has been created.
      Returns:
      annotation an annotation object
    • processStream

      public void processStream(InputStream input) throws IOException
      Description copied from interface: Executor.StreamHandler
      Process the data in the stream. The processStream function is called _once_ during the lifetime of the process, and you should process all of the input you want before returning from the function.
      Specified by:
      processStream in interface Executor.StreamHandler
      Parameters:
      input - The InputStream containing the data
      Throws:
      IOException - if any read error