Class CompilerRequestorImpl
- java.lang.Object
-
- com.zfabrik.impl.components.java.jdt.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()
-