Class IdlcErrorReader
java.lang.Object
org.libreoffice.ide.eclipse.core.builders.IdlcErrorReader
Class reading the idlc error output to transform the errors into markers.
-
Constructor Summary
ConstructorsConstructorDescriptionIdlcErrorReader(InputStream pStream, org.eclipse.core.resources.IFile file) Constructor. -
Method Summary
-
Constructor Details
-
IdlcErrorReader
Constructor.- Parameters:
pStream- the error stream to readfile- the built IDL file
-
-
Method Details
-
readErrors
public void readErrors()Computes the error into IDL markers.
-