Package jetbrains.mps.make
Class CompilationErrorsHandler
- java.lang.Object
 - 
- jetbrains.mps.make.CompilationErrorsHandler
 
 
- 
public class CompilationErrorsHandler extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompilationErrorsHandler.ClassesErrorsTrackera set of classes fqNames which contain errors and an error counter 
- 
Constructor Summary
Constructors Constructor Description CompilationErrorsHandler(jetbrains.mps.make.ModulesContainer modulesContainer, MessageSender sender, Collection<String> classPath) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorsCount()CompilationErrorsHandler.ClassesErrorsTrackerhandle(org.eclipse.jdt.internal.compiler.CompilationResult result)parses compilation result for errors and prints them outvoidhandleFatal(String msg) 
 - 
 
- 
- 
Constructor Detail
- 
CompilationErrorsHandler
public CompilationErrorsHandler(@NotNull jetbrains.mps.make.ModulesContainer modulesContainer, @NotNull MessageSender sender, Collection<String> classPath)
 
 - 
 
- 
Method Detail
- 
handle
public CompilationErrorsHandler.ClassesErrorsTracker handle(org.eclipse.jdt.internal.compiler.CompilationResult result)
parses compilation result for errors and prints them out 
- 
getErrorsCount
public int getErrorsCount()
 
 - 
 
 -