Class IdlcErrorReader

java.lang.Object
org.libreoffice.ide.eclipse.core.builders.IdlcErrorReader

public class IdlcErrorReader extends Object
Class reading the idlc error output to transform the errors into markers.
  • Constructor Details

    • IdlcErrorReader

      public IdlcErrorReader(InputStream pStream, org.eclipse.core.resources.IFile file)
      Constructor.
      Parameters:
      pStream - the error stream to read
      file - the built IDL file
  • Method Details

    • readErrors

      public void readErrors()
      Computes the error into IDL markers.