org.openoffice.ide.eclipse.core.builders
Class IdlcErrorReader

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.builders.IdlcErrorReader

public class IdlcErrorReader
extends java.lang.Object

Class reading the idlc error output to transform the errors into markers.

Author:
cedricbosdo

Constructor Summary
IdlcErrorReader(java.io.InputStream pStream, org.eclipse.core.resources.IFile pFile)
          Constructor.
 
Method Summary
 void readErrors()
          Computes the error into IDL markers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdlcErrorReader

public IdlcErrorReader(java.io.InputStream pStream,
                       org.eclipse.core.resources.IFile pFile)
Constructor.

Parameters:
pStream - the error stream to read
pFile - the built IDL file
Method Detail

readErrors

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