Class DefaultAnalysisError

java.lang.Object
org.sonar.api.batch.sensor.internal.DefaultStorable
org.sonar.api.batch.sensor.error.internal.DefaultAnalysisError
All Implemented Interfaces:
org.sonar.api.batch.sensor.error.AnalysisError, org.sonar.api.batch.sensor.error.NewAnalysisError

public class DefaultAnalysisError extends DefaultStorable implements org.sonar.api.batch.sensor.error.NewAnalysisError, org.sonar.api.batch.sensor.error.AnalysisError
  • Field Summary

    Fields inherited from class org.sonar.api.batch.sensor.internal.DefaultStorable

    storage
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    DefaultAnalysisError(org.sonar.api.batch.sensor.internal.SensorStorage storage)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.sonar.api.batch.sensor.error.NewAnalysisError
    at(org.sonar.api.batch.fs.TextPointer location)
     
    protected void
     
    org.sonar.api.batch.fs.InputFile
     
    org.sonar.api.batch.fs.TextPointer
     
     
    org.sonar.api.batch.sensor.error.NewAnalysisError
    message(String message)
     
    org.sonar.api.batch.sensor.error.NewAnalysisError
    onFile(org.sonar.api.batch.fs.InputFile inputFile)
     

    Methods inherited from class org.sonar.api.batch.sensor.internal.DefaultStorable

    save, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.sonar.api.batch.sensor.error.NewAnalysisError

    save
  • Constructor Details

    • DefaultAnalysisError

      public DefaultAnalysisError()
    • DefaultAnalysisError

      public DefaultAnalysisError(org.sonar.api.batch.sensor.internal.SensorStorage storage)
  • Method Details

    • inputFile

      public org.sonar.api.batch.fs.InputFile inputFile()
      Specified by:
      inputFile in interface org.sonar.api.batch.sensor.error.AnalysisError
    • message

      public String message()
      Specified by:
      message in interface org.sonar.api.batch.sensor.error.AnalysisError
    • location

      public org.sonar.api.batch.fs.TextPointer location()
      Specified by:
      location in interface org.sonar.api.batch.sensor.error.AnalysisError
    • onFile

      public org.sonar.api.batch.sensor.error.NewAnalysisError onFile(org.sonar.api.batch.fs.InputFile inputFile)
      Specified by:
      onFile in interface org.sonar.api.batch.sensor.error.NewAnalysisError
    • message

      public org.sonar.api.batch.sensor.error.NewAnalysisError message(String message)
      Specified by:
      message in interface org.sonar.api.batch.sensor.error.NewAnalysisError
    • at

      public org.sonar.api.batch.sensor.error.NewAnalysisError at(org.sonar.api.batch.fs.TextPointer location)
      Specified by:
      at in interface org.sonar.api.batch.sensor.error.NewAnalysisError
    • doSave

      protected void doSave()
      Specified by:
      doSave in class DefaultStorable