Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.sonar.api.batch.sensor.error.NewAnalysisError at​(org.sonar.api.batch.fs.TextPointer location)  
      protected void doSave()  
      org.sonar.api.batch.fs.InputFile inputFile()  
      org.sonar.api.batch.fs.TextPointer location()  
      java.lang.String message()  
      org.sonar.api.batch.sensor.error.NewAnalysisError message​(java.lang.String message)  
      org.sonar.api.batch.sensor.error.NewAnalysisError onFile​(org.sonar.api.batch.fs.InputFile inputFile)  
      • 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 Detail

      • DefaultAnalysisError

        public DefaultAnalysisError()
      • DefaultAnalysisError

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

      • inputFile

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

        public java.lang.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​(java.lang.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