Class CacheEnabledSensorContext
java.lang.Object
org.sonar.java.checks.verifier.internal.InternalSensorContext
org.sonar.java.checks.verifier.internal.CacheEnabledSensorContext
- All Implemented Interfaces:
org.sonar.api.batch.sensor.SensorContext
-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.sonar.api.batch.sensor.cache.WriteCacheorg.sonar.api.batch.sensor.cache.ReadCacheMethods inherited from class InternalSensorContext
activeRules, addAnalysisData, addContextProperty, addTelemetryProperty, canSkipUnchangedFiles, config, fileSystem, getSonarQubeVersion, isCancelled, markAsUnchanged, markForPublishing, module, newAdHocRule, newAnalysisError, newCoverage, newCpdTokens, newExternalIssue, newHighlighting, newIssue, newMeasure, newSignificantCode, newSymbolTable, project, runtime, settingsModifier and TypeMethodDescriptionorg.sonar.api.batch.rule.ActiveRulesvoidaddAnalysisData(String s, String s1, InputStream inputStream) voidaddContextProperty(String arg0, String arg1) voidaddTelemetryProperty(String s, String s1) booleanorg.sonar.api.config.Configurationconfig()org.sonar.api.batch.fs.FileSystemorg.sonar.api.utils.VersionbooleanvoidmarkAsUnchanged(org.sonar.api.batch.fs.InputFile inputFile) voidmarkForPublishing(org.sonar.api.batch.fs.InputFile arg0) org.sonar.api.batch.fs.InputModulemodule()org.sonar.api.batch.sensor.rule.NewAdHocRuleorg.sonar.api.batch.sensor.error.NewAnalysisErrororg.sonar.api.batch.sensor.coverage.NewCoverageorg.sonar.api.batch.sensor.cpd.NewCpdTokensorg.sonar.api.batch.sensor.issue.NewExternalIssueorg.sonar.api.batch.sensor.highlighting.NewHighlightingorg.sonar.api.batch.sensor.issue.NewIssuenewIssue()<G extends Serializable>
org.sonar.api.batch.sensor.measure.NewMeasure<G> org.sonar.api.batch.sensor.code.NewSignificantCodeorg.sonar.api.batch.sensor.symbol.NewSymbolTableorg.sonar.api.scanner.fs.InputProjectproject()org.sonar.api.SonarRuntimeruntime()org.sonar.api.config.Settingssettings()
-
Method Details
-
isCacheEnabled
public boolean isCacheEnabled()- Specified by:
isCacheEnabledin interfaceorg.sonar.api.batch.sensor.SensorContext- Overrides:
isCacheEnabledin classInternalSensorContext
-
previousCache
public org.sonar.api.batch.sensor.cache.ReadCache previousCache()- Specified by:
previousCachein interfaceorg.sonar.api.batch.sensor.SensorContext- Overrides:
previousCachein classInternalSensorContext
-
nextCache
public org.sonar.api.batch.sensor.cache.WriteCache nextCache()- Specified by:
nextCachein interfaceorg.sonar.api.batch.sensor.SensorContext- Overrides:
nextCachein classInternalSensorContext
-