Class CompilerRequestorImpl

  • All Implemented Interfaces:
    org.eclipse.jdt.internal.compiler.ICompilerRequestor

    public class CompilerRequestorImpl
    extends java.lang.Object
    implements org.eclipse.jdt.internal.compiler.ICompilerRequestor
    Output from the compiler. The CompilerReqestor is to take what the compiler throws at it. This can be compilation results and errors.
    Author:
    hb
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerRequestorImpl​(java.io.File outFolder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void acceptResult​(org.eclipse.jdt.internal.compiler.CompilationResult result)  
      boolean hasError()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompilerRequestorImpl

        public CompilerRequestorImpl​(java.io.File outFolder)
    • Method Detail

      • acceptResult

        public void acceptResult​(org.eclipse.jdt.internal.compiler.CompilationResult result)
        Specified by:
        acceptResult in interface org.eclipse.jdt.internal.compiler.ICompilerRequestor
      • hasError

        public boolean hasError()