Package 

Class GradleErrorMessageCollector

  • All Implemented Interfaces:
    org.jetbrains.kotlin.cli.common.messages.MessageCollector

    
    public final class GradleErrorMessageCollector
     implements MessageCollector
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GradleErrorMessageCollector(MessageCollector delegate, List<CompilerMessageSeverity> acceptableMessageSeverity, String kotlinPluginVersion)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit clear()
      final Unit report(Throwable error, CompilerMessageSourceLocation location)
      Unit report(CompilerMessageSeverity severity, String message, CompilerMessageSourceLocation location)
      Boolean hasErrors()
      final Unit flush(File file)
      • Methods inherited from class java.lang.Object

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

      • GradleErrorMessageCollector

        GradleErrorMessageCollector(MessageCollector delegate, List<CompilerMessageSeverity> acceptableMessageSeverity, String kotlinPluginVersion)