Class HtmlSensor
java.lang.Object
org.sonar.plugins.javascript.analysis.AbstractBridgeSensor
org.sonar.plugins.javascript.analysis.HtmlSensor
- All Implemented Interfaces:
org.sonar.api.batch.sensor.Sensor
,org.sonar.api.scanner.sensor.ProjectSensor
-
Field Summary
FieldsFields inherited from class org.sonar.plugins.javascript.analysis.AbstractBridgeSensor
bridgeServer, configuration, context, lang
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlSensor
(JsTsChecks checks, BridgeServer bridgeServer, AnalysisProcessor processAnalysis) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
analyzeFiles
(List<org.sonar.api.batch.fs.InputFile> inputFiles) Analyze the passed input files, and return the list of persisted issues.void
describe
(org.sonar.api.batch.sensor.SensorDescriptor descriptor) protected List<org.sonar.api.batch.fs.InputFile>
Methods inherited from class org.sonar.plugins.javascript.analysis.AbstractBridgeSensor
execute, logErrorOrWarn
-
Field Details
-
LANGUAGE
- See Also:
-
-
Constructor Details
-
HtmlSensor
-
-
Method Details
-
describe
public void describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor) -
analyzeFiles
Description copied from class:AbstractBridgeSensor
Analyze the passed input files, and return the list of persisted issues.- Specified by:
analyzeFiles
in classAbstractBridgeSensor
- Throws:
IOException
-
getInputFiles
- Specified by:
getInputFiles
in classAbstractBridgeSensor
-