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
ConstructorsConstructorDescriptionDefaultAnalysisError(org.sonar.api.batch.sensor.internal.SensorStorage storage) -
Method Summary
Modifier and TypeMethodDescriptionorg.sonar.api.batch.sensor.error.NewAnalysisErrorat(org.sonar.api.batch.fs.TextPointer location) protected voiddoSave()org.sonar.api.batch.fs.InputFileorg.sonar.api.batch.fs.TextPointerlocation()message()org.sonar.api.batch.sensor.error.NewAnalysisErrororg.sonar.api.batch.sensor.error.NewAnalysisErroronFile(org.sonar.api.batch.fs.InputFile inputFile) Methods inherited from class org.sonar.api.batch.sensor.internal.DefaultStorable
save, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
inputFilein interfaceorg.sonar.api.batch.sensor.error.AnalysisError
-
message
- Specified by:
messagein interfaceorg.sonar.api.batch.sensor.error.AnalysisError
-
location
public org.sonar.api.batch.fs.TextPointer location()- Specified by:
locationin interfaceorg.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:
onFilein interfaceorg.sonar.api.batch.sensor.error.NewAnalysisError
-
message
- Specified by:
messagein interfaceorg.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:
atin interfaceorg.sonar.api.batch.sensor.error.NewAnalysisError
-
doSave
protected void doSave()- Specified by:
doSavein classDefaultStorable
-