Class HighlightImporter
java.lang.Object
org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter<T>
org.sonarsource.dotnet.shared.plugins.protobuf.ProtobufImporter<SonarAnalyzer.TokenTypeInfo>
org.sonarsource.dotnet.shared.plugins.protobuf.HighlightImporter
This class is responsible for reading/importing the highlight info that was processed by the C#/VB.NET analyzer.
-
Constructor Summary
ConstructorsConstructorDescriptionHighlightImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath) -
Method Summary
Methods inherited from class org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter
accept
-
Constructor Details
-
HighlightImporter
public HighlightImporter(org.sonar.api.batch.sensor.SensorContext context, UnaryOperator<String> toRealPath)
-
-
Method Details
-
save
public void save()- Overrides:
savein classRawProtobufImporter<SonarAnalyzer.TokenTypeInfo>
-