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 org.sonar.java.checks.verifier.internal.InternalSensorContext
activeRules, addContextProperty, canSkipUnchangedFiles, config, fileSystem, getSonarQubeVersion, isCancelled, markAsUnchanged, markForPublishing, module, newAdHocRule, newAnalysisError, newCoverage, newCpdTokens, newExternalIssue, newHighlighting, newIssue, newMeasure, newSignificantCode, newSymbolTable, project, runtime, settings
-
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
-